super(subIndex);
this.token = token;
this.min = min;
this.max = max;
super(name);
this.path = path;
addActionListener(new ShowFileAction());
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/gnu/regexp/RETokenRepeated.java
|
|
File path: /jEdit-4.2/jars/MacOS/macos/menu/ShowRecentDirMenu.java
|
Method name: void RETokenRepeated(int, REToken, int, int)
|
|
Method name: void ShowRecentDirMenuItem(String, String)
|
Number of AST nodes: 4
|
|
Number of AST nodes: 3
|
|
1 | super(subIndex);↵ | | 1 | super(name);↵
|
2 | this.token = token;↵ | | 2 | this.↵
|
3 | this.min = min;↵ | | |
|
4 | this.max = max↵ | | 3 | path = path;↵
|
5 | ; | | 4 | addActionListener(new ShowFileAction());
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes |
Number of node comparisons | 12 |