void testStarted() { if (testListener != null) { testListener.testStarted(); } } public void testStarted(String host) { if (testListener != null) { testListener.testStarted(host); } }
void testEnded() { if (testListener != null) { testListener.testEnded(); } } public void testEnded(String host) { if (testListener != null) { testListener.testEnded(host); } }
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/samplers/RemoteSampleListenerImpl.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/samplers/RemoteSampleListenerImpl.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void testStarted() {
1
void testEnded() {
2
		if (testListener != null) {
2
		if (testListener != null) {
3
			testListener.testStarted();
3
			testListener.testEnded();
4
		}
4
		}
5
	}
5
	}
6
	public void testStarted(String host) {
6
	public void testEnded(String host) {
7
		if (testListener != null) {
7
		if (testListener != null) {
8
			testListener.testStarted(host);
8
			testListener.testEnded(host);
9
		}
9
		}
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