super(stream);
this.stream = new CharIndexedInputStream(stream,0);
this.expr = expr;
this.replace = replace;
super(msg);
this.type = type;
this.pos = position;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/gnu/regexp/REFilterInputStream.java
|
|
File path: /jEdit-4.2/src/gnu/regexp/REException.java
|
Method name: void REFilterInputStream(InputStream, RE, String)
|
|
Method name: void REException(String, int, int)
|
Number of AST nodes: 4
|
|
Number of AST nodes: 3
|
|
1 | super(stream);↵ | | 1 | super(msg); ↵
|
2 | this.stream = new CharIndexedInputStream(stream,0);↵ | | 2 | this.type = type;↵
|
3 | this.expr = expr;↵ | | 3 | this.↵
|
4 | this.replace = replace; | | 4 | 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 | 12 |