String getParameters() { return this.getPropertyAsString(PARAMETERS); } public void setParameters(String newScript) { this.setProperty(PARAMETERS, newScript); } public String getScriptLanguage() { return this.getPropertyAsString(LANGUAGE); }
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); }
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/java/sampler/BSFSampler.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/testelement/ReportPage.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
String getParameters() {
1
String get
2
		
2
FooterURL() {
3
return this.getPropertyAsString(PARAMETERS);
3
        return getPropertyAsString(REPORT_PAGE_FOOTER);
4
	}
5
	
4
    }
5
    
6
public void setParameters(String newScript) {
6
    public void set
7
		this.setProperty(PARAMETERS, newScript);
8
	}
9
	public String getScriptLanguage() {
10
		
7
FooterURL(String url) {
8
        setProperty(REPORT_PAGE_FOOTER,url);
9
    }
10
    
11
    public String getIntroduction() {
11
return this.getPropertyAsString(LANGUAGE);
12
        return getPropertyAsString(
12
	
13
REPORT_PAGE_INTRO);
13
}
14
    }
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