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 getFilename() { return getPropertyAsString(FILENAME); } public void setFilename(String newFilename) { this.setProperty(FILENAME, newFilename); } public String getScript() { return this.getPropertyAsString(SCRIPT); } public void setScript(String newScript) { this.setProperty(SCRIPT, newScript);
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 getF
2
        
2
ilename() {
3
return getPropertyAsString(REPORT_PAGE_FOOTER);
3
		return getPropertyAsString(
4
    }
5
    
6
    
4
FILENAME);
5
	}
7
public void setFooterURL(String url) {
6
	public void setF
8
        setProperty(REPORT_PAGE_FOOTER,url);
9
    }
10
    
11
    public String getIntroduction() {
12
        
7
ilename(String newFilename) {
8
		this.setProperty(FILENAME, newFilename);
9
	}
10
	public String getScript() {
13
return getPropertyAsString(REPORT_PAGE_INTRO);
11
		return this.getPropertyAsString(
14
    }
15
    
16
    
12
SCRIPT);
13
	}
17
public void setIntroduction(String intro) {
14
	public void set
18
        setProperty(REPORT_PAGE_INTRO,intro);
19
    
15
Script(String newScript) {
16
		this.setProperty(SCRIPT, newScript);
17
	
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