super(subIndex);
this.options = options;
this.negative = negative;
super(msg);
this.type = type;
this.pos = position;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/gnu/regexp/RETokenOneOf.java
|
|
File path: /jEdit-4.2/src/gnu/regexp/REException.java
|
Method name: void RETokenOneOf(int, Vector, boolean)
|
|
Method name: void REException(String, int, int)
|
Number of AST nodes: 3
|
|
Number of AST nodes: 3
|
|
1 | super(subIndex);↵ | | 1 | super(msg); ↵
|
2 | this.options = options;↵ | | 2 | this.↵
|
3 | this.negative = negative↵ | | 3 | type = type;↵
|
4 | ; | | 4 | this.pos = position;
|
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 | 9 |