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