super(subIndex); this.type = type; this.insens = insens; this.negated = negated;
super(name); this.path = path; addActionListener(new ShowFileAction());
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/gnu/regexp/RETokenPOSIX.java File path: /jEdit-4.2/jars/MacOS/macos/menu/ShowBufferMenu.java
Method name: void RETokenPOSIX(int, int, boolean, boolean) Method name: void ShowBufferMenuItem(String, String)
Number of AST nodes: 4 Number of AST nodes: 3
1
super(subIndex);
1
super(
2
    
2
name);
3
this.type = type;
3
			this.
4
    this.insens = insens;
5
    this.negated = negated
4
path = path;
6
;
5
			addActionListener(new ShowFileAction());
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 locationClones are in different classes
Number of node comparisons12