void setIndex(String makeIndex) { setProperty(REPORT_PAGE_INDEX,makeIndex); } public String getCSS() { return getPropertyAsString(REPORT_PAGE_CSS); } public void setCSS(String css) { setProperty(REPORT_PAGE_CSS,css); }
void setName(String name) { this.setProperty(HNAME, name); } /** * Get the value for this object. */ public synchronized String getValue() { return getPropertyAsString(VALUE); } /** * Set the value for this object. */ public synchronized void setValue(String value) { this.setProperty(VALUE, value); }
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/Header.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void setIndex(String makeIndex) {
1
void setName(String 
2
        setProperty(REPORT_PAGE_INDEX,makeIndex);
3
    }
4
    
5
    public
2
name) {
3
		this.setProperty(HNAME, name);
4
	}
5
	/**
6
	 * Get the value for this object.
7
	 */
6
 String getCSS() {
8
	public synchronized String getValue() {
7
        return getPropertyAsString(REPORT_PAGE_CSS);
9
		return getPropertyAsString(
8
    }
9
    
10
    public
10
VALUE);
11
	}
12
	/**
13
	 * Set the value for this object.
14
	 */
11
 void setCSS(String css) {
15
	public synchronized void setValue(String 
12
        setProperty(REPORT_PAGE_CSS,css);
13
    
16
value) {
17
		this.setProperty(VALUE, value);
14
}
18
	}
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