static { commands.add(ActionNames.CLEAR); commands.add(ActionNames.CLEAR_ALL); commands.add(ActionNames.RESET_GUI);
static { commands.add(ActionNames.DRAG_ADD); commands.add(ActionNames.INSERT_BEFORE); commands.add(ActionNames.INSERT_AFTER);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/Clear.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/DragNDrop.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
static {
1
static {
2
		commands.add(ActionNames.CLEAR);
2
		commands.add(ActionNames.DRAG_ADD);
3
		commands.add(ActionNames.CLEAR_ALL);
3
		commands.add(ActionNames.INSERT_BEFORE);
4
		commands.add(ActionNames.RESET_GUI);
4
		commands.add(ActionNames.INSERT_AFTER);
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