void setVarName(String name) { setProperty(VAR_NAME, name); } public String getVarName() { return getPropertyAsString(VAR_NAME); } public void setFormat(String format) { setProperty(FORMAT, format); }
void setInputFile(String file) { setProperty(INPUT_FILE, file); } /** * return the path of the input file * */ public String getInputFile() { return getPropertyAsString(INPUT_FILE); } /** * set the random path for the messages * * @param path */ public void setRandomPath(String path) { setProperty(RANDOM_PATH, path); }
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/modifiers/CounterConfig.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void setVarName(String name) {
1
void setInputFile(String file) {
2
		setProperty(VAR_NAME, name);
2
		setProperty(
3
	}
3
INPUT_FILE, file);
4
	}
5
	/**
6
	 * return the path of the input file
7
	 * 
8
	 */
4
	public String getVarName() {
9
	public String getInputFile() {
5
		return getPropertyAsString(VAR_NAME);
10
		return getPropertyAsString(INPUT_FILE);
6
	}
11
	}
7
    
12
	/**
13
	 * set the random path for the messages
14
	 * 
15
	 * @param path
16
	 */
8
public void setFormat(String format) {
17
	public void setRandomPath(String path) {
9
        setProperty(FORMAT, format);
18
		setProperty(RANDOM_PATH, path);
10
    }
19
	}
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