String getCSS() { return getPropertyAsString(REPORT_PAGE_CSS); } public void setCSS(String css) { setProperty(REPORT_PAGE_CSS,css); } public String getHeaderURL() { return getPropertyAsString(REPORT_PAGE_HEADER); }
String getParameters() { return this.getPropertyAsString(PARAMETERS); } public void setParameters(String newScript) { this.setProperty(PARAMETERS, newScript); } public String getScriptLanguage() { return this.getPropertyAsString(LANGUAGE); }
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 getCSS() {
1
String get
2
        
2
Parameters() {
3
return getPropertyAsString(REPORT_PAGE_CSS);
3
		return this.getPropertyAsString(
4
    }
5
    
6
    
4
PARAMETERS);
5
	}
7
public void setCSS(String css) {
6
	public void set
8
        setProperty(REPORT_PAGE_CSS,css);
9
    }
10
    
11
    public String getHeaderURL() {
12
        
7
Parameters(String newScript) {
8
		this.setProperty(PARAMETERS, newScript);
9
	}
10
	public String getScriptLanguage() {
13
return getPropertyAsString(REPORT_PAGE_HEADER);
11
		return this.getPropertyAsString(
14
    
12
LANGUAGE);
15
}
13
	}
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