void setRefName(String refName) { setProperty(REFNAME, refName); } public String getRefName() { return getPropertyAsString(REFNAME); } public void setDefaultValue(String val) { setProperty(DEFAULT, val);
void setRequestData(String newRequestData) { this.setProperty(REQUEST, newRequestData); } public String getRequestData() { return getPropertyAsString(REQUEST); } public void setTimeout(String newTimeout) { this.setProperty(FILENAME, newTimeout);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/extractor/XPathExtractor.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/tcp/sampler/TCPSampler.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void setRefName(String refName) {
1
void setRequestData(String newRequestData) {
2
		setProperty(REFNAME, refName);
2
		this.setProperty(REQUEST, newRequestData);
3
	}
3
	}
4
	public String getRefName() {
4
	public String getRequestData() {
5
		return getPropertyAsString(REFNAME);
5
		return getPropertyAsString(REQUEST);
6
	}
6
	}
7
    
8
    
9
public void setDefaultValue(String val) {
7
	public void setTimeout(String newTimeout) {
10
		setProperty(DEFAULT, val);
8
		this.setProperty(FILENAME, newTimeout);
11
	
9
	
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