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