String getFooterURL() { return getPropertyAsString(REPORT_PAGE_FOOTER); } public 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); }
String getParameters() { return this.getPropertyAsString(PARAMETERS); } public void setParameters(String newScript) { this.setProperty(PARAMETERS, newScript); } public String getScriptLanguage() { return this.getPropertyAsString(LANGUAGE); } public void setScriptLanguage(String lang) { this.setProperty(LANGUAGE, lang); }
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/protocol/java/sampler/BSFSampler.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
String getFooterURL() {
1
String get
2
        
2
Parameters() {
3
return getPropertyAsString(REPORT_PAGE_FOOTER);
3
		return this.getPropertyAsString(PARAMETERS);
4
    }
5
    
6
    
4
	}
7
public void setFooterURL(String url) {
5
	public void set
8
        setProperty(REPORT_PAGE_FOOTER,url);
9
    }
10
    
11
    public String getIntroduction() {
12
        
6
Parameters(String newScript) {
7
		this.setProperty(PARAMETERS, newScript);
8
	}
9
	public String getScriptLanguage() {
13
return getPropertyAsString(REPORT_PAGE_INTRO);
10
		return this.getPropertyAsString(
14
    }
15
    
16
    
11
LANGUAGE);
12
	}
17
public void setIntroduction(String intro) {
13
	public void set
18
        setProperty(REPORT_PAGE_INTRO,intro);
19
    
14
ScriptLanguage(String lang) {
15
		this.setProperty(LANGUAGE, lang);
20
}
16
	}
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