String getScript() { return this.getPropertyAsString(SCRIPT); } public void setScript(String newScript) { this.setProperty(SCRIPT, newScript); } public String getParameters() { return this.getPropertyAsString(PARAMETERS); }
String getErrorCode(){ return getPropertyAsString(ERRORCODE); } /** * provide an unique error code for when the test * does not pass the assert test. * @param code */ public void setErrorCode(String code){ setProperty(ERRORCODE,code); } /** * return the comma separated string for the filter */ public String getFilterString(){ return getPropertyAsString(FILTER); }
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/java/sampler/BSFSampler.java File path: /jakarta-jmeter-2.3.2/src/junit/org/apache/jmeter/protocol/java/sampler/JUnitSampler.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
String getScript() {
1
String getErrorCode(){
2
		return this.getPropertyAsString(SCRIPT);
2
        return getPropertyAsString(
3
	}
4
	
3
ERRORCODE);
4
    }
5
    
6
    /**
7
     * provide an unique error code for when the test
8
     * does not pass the assert test.
9
     * @param code
10
     */
5
public void setScript(String newScript) {
11
    public void set
6
		this.setProperty(SCRIPT, newScript);
7
	}
8
	
12
ErrorCode(String code){
13
        setProperty(ERRORCODE,code);
14
    }
15
    
16
    /**
17
     * return the comma separated string for the filter
18
     */
9
public String getParameters() {
19
    public String getFilterString(){
10
		return this.getPropertyAsString(PARAMETERS);
20
        return getPropertyAsString(FILTER);
11
	}
21
    }
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