String getScript() { return this.getPropertyAsString(SCRIPT); } public void setScript(String newScript) { this.setProperty(SCRIPT, newScript); } public String getParameters() { return this.getPropertyAsString(PARAMETERS); }
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 getScript() {
1
String get
2
		
2
FooterURL() {
3
return this.getPropertyAsString(SCRIPT);
3
        return getPropertyAsString(
4
	}
5
	
4
REPORT_PAGE_FOOTER);
5
    }
6
    
6
public void setScript(String newScript) {
7
    public void set
7
		this.setProperty(SCRIPT, newScript);
8
	}
9
	public String getParameters() {
10
		
8
FooterURL(String url) {
9
        setProperty(REPORT_PAGE_FOOTER,url);
10
    }
11
    
12
    public String getIntroduction() {
11
return this.getPropertyAsString(PARAMETERS);
13
        return getPropertyAsString(
12
	
14
REPORT_PAGE_INTRO);
13
}
15
    }
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