void setFooterURL(String url) { setProperty(REPORT_PAGE_FOOTER,url); } public String getIntroduction() { return getPropertyAsString(REPORT_PAGE_INTRO); } public void setIntroduction(String intro) { setProperty(REPORT_PAGE_INTRO,intro);
void setTitle(String title) { setProperty(REPORT_CHART_TITLE,title); } /** * The caption is a description for the chart explaining * what the chart means. * @return caption */ public String getCaption() { return getPropertyAsString(REPORT_CHART_CAPTION); } /** * The caption is a description for the chart explaining * what the chart means. * @param caption */ public void setCaption(String caption) { setProperty(REPORT_CHART_CAPTION,caption);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/testelement/ReportPage.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/testelement/AbstractChart.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void setFooterURL(String url) {
1
void setTitle(String title) {
2
        setProperty(REPORT_PAGE_FOOTER,url);
2
    	setProperty(REPORT_CHART_TITLE,title);
3
    }
3
    }
4
    
4
    /**
5
    public String getIntroduc
5
     * The caption is a description for the chart explaining
6
     * what the chart means.
7
     * @return caption
8
     */
6
tion() {
9
    public String getCaption() {
7
        return getPropertyAsString(REPORT_PAGE_INTRO);
10
        return getPropertyAsString(REPORT_CHART_CAPTION);
8
    }
11
    }
9
    
12
    
13
    /**
14
     * The caption is a description for the chart explaining
15
     * what the chart means.
16
     * @param caption
17
     */
10
    public void setIntroduction(String intro) {
18
    public void setCaption(String caption) {
11
        setProperty(REPORT_PAGE_INTRO,intro);
19
        setProperty(REPORT_CHART_CAPTION,caption);
12
    
20
    
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0