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 getDomain() { return getPropertyAsString(DOMAIN); } public synchronized void setDomain(String domain) { setProperty(DOMAIN, domain); } public synchronized String getRealm() { return getPropertyAsString(REALM); } public synchronized void setRealm(String realm) { setProperty(REALM, realm); }
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 get
2
        
2
Domain() {
3
return getPropertyAsString(REPORT_PAGE_FOOTER);
3
		return getPropertyAsString(
4
    }
5
    
6
    public void setFooterURL(String url) {
7
        setProperty(REPORT_PAGE_FOOTER,url);
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
    
4
DOMAIN);
5
	}
6
	public synchronized void setDomain(String domain) {
7
		setProperty(DOMAIN, domain);
8
	}
9
	public synchronized String getRealm() {
10
		return getPropertyAsString(REALM);
11
	}
12
	public synchronized void setRealm(String realm) {
13
		setProperty(REALM, realm);
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