super(stream); this.stream = new CharIndexedInputStream(stream,0); this.expr = expr; this.replace = replace;
super(subIndex); this.newline = newline; this.matchNull = matchNull;
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/RETokenAny.java
Method name: void REFilterInputStream(InputStream, RE, String) Method name: void RETokenAny(int, boolean, boolean)
Number of AST nodes: 4 Number of AST nodes: 3
1
super(stream);
1
super(subIndex);
2
    this.stream = new CharIndexedInputStream(stream,0);
2
    this.
3
    this.expr = expr;
4
    this.replace = replace
3
newline = newline;
5
;
4
    this.matchNull = matchNull;
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