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 getURL() { return getPropertyAsString(URL); } public synchronized void setURL(String url) { setProperty(URL, url); } public synchronized String getUser() { return getPropertyAsString(USERNAME); } public synchronized void setUser(String user) { setProperty(USERNAME, user); }
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/http/control/Authorization.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
String getFooterURL() {
1
String getURL() {
2
        return getPropertyAsString(REPORT_PAGE_FOOTER);
2
		return getPropertyAsString(
3
    }
4
    
5
    public
3
URL);
4
	}
6
 void setFooterURL(String url) {
5
	public synchronized void setURL(String url) {
7
        setProperty(REPORT_PAGE_FOOTER,url);
6
		setProperty(
8
    }
9
    
10
    public String getIntroduction() {
11
        return getPropertyAsString(REPORT_PAGE_INTRO);
12
    }
13
    
14
    public void setIntroduction(String intro) {
15
        setProperty(REPORT_PAGE_INTRO,intro);
16
    
7
URL, url);
8
	}
9
	public synchronized String getUser() {
10
		return getPropertyAsString(USERNAME);
11
	}
12
	public synchronized void setUser(String user) {
13
		setProperty(USERNAME, user);
17
}
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