static { commands.add(ActionNames.ACTION_START); commands.add(ActionNames.ACTION_STOP); commands.add(ActionNames.ACTION_SHUTDOWN);
static { commands.add(ActionNames.ACTION_START); commands.add(ActionNames.ACTION_STOP); commands.add(ActionNames.ACTION_SHUTDOWN);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/Start.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/report/gui/action/ReportStart.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
static {
1
static {
2
		commands.add(ActionNames.ACTION_START);
2
		commands.add(ActionNames.ACTION_START);
3
		commands.add(ActionNames.ACTION_STOP);
3
		commands.add(ActionNames.ACTION_STOP);
4
		commands.add(ActionNames.ACTION_SHUTDOWN);
4
		commands.add(ActionNames.ACTION_SHUTDOWN);
5
	
5
	
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