String getMethod() { return getPropertyAsString(METHOD); } public void setContentEncoding(String value) { setProperty(CONTENT_ENCODING, value); } public String getContentEncoding() { return getPropertyAsString(CONTENT_ENCODING);
String getRefName() { return getPropertyAsString(REFNAME); } public void setDefaultValue(String val) { setProperty(DEFAULT, val); } public String getDefaultValue() { return getPropertyAsString(DEFAULT);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/extractor/XPathExtractor.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
String getMethod() {
1
String getRefName() {
2
		return getPropertyAsString(METHOD);
2
		return getPropertyAsString(REFNAME);
3
	}
3
	}
4
	
4
    
5
public void setContentEncoding(String value) {
5
    public void setDefaultValue(String val) {
6
		setProperty(CONTENT_ENCODING, value);
6
		setProperty(DEFAULT, val);
7
	}
7
	}
8
	public String getContentEncoding() {
8
	public String getDefaultValue() {
9
		return getPropertyAsString(CONTENT_ENCODING);
9
		return getPropertyAsString(DEFAULT);
10
	
10
	
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