static { HashSet commands = new HashSet(); commands.add(ActionNames.ABOUT); commandSet = Collections.unmodifiableSet(commands);
static { HashSet commands = new HashSet(); commands.add(ActionNames.ADD); commandSet = Collections.unmodifiableSet(commands);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/AboutCommand.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/AddToTree.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
static {
1
static {
2
		HashSet commands = new HashSet();
2
        HashSet commands = new HashSet();
3
		commands.add(ActionNames.ABOUT);
3
        commands.add(ActionNames.A
4
		
4
DD);
5
commandSet = Collections.unmodifiableSet(commands);
5
        commandSet = Collections.unmodifiableSet(commands);
6
	
6
    
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