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