more = MAYBE; this.expr = expr; this.input = input; this.index = index; this.eflags = eflags;
setMessage(s); this.node = node; // freeze the callstack for the stack trace. if ( callstack != null ) this.callstack = callstack.copy();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/gnu/regexp/REMatchEnumeration.java File path: /jEdit-4.2/src/bsh/EvalError.java
Method name: void REMatchEnumeration(RE, CharIndexed, int, int) Method name: void EvalError(String, SimpleNode, CallStack)
Number of AST nodes: 5 Number of AST nodes: 4
1
more = MAYBE;
2
    this.expr = expr;
3
    this.input = input;
4
    this.index = index;
5
    this.eflags = eflags
1
setMessage(s);
2
		this.node = node;
3
		// freeze the callstack for the stack trace.
4
		if ( callstack != null )
6
;
5
			this.callstack = callstack.copy();
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 comparisons10