CloneSet6848


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.958catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13666
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java
23893
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java
Clone Instance
1
Line Count
3
Source Line
666
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java

                  catch (AbortCompilation e) {
                        this.handleInternalException(e, unit);
                        return unit == null ? unitsToProcess[0]:  unit;
                  }


Clone Instance
2
Line Count
3
Source Line
893
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java

                  catch (AbortCompilation e) {
                        this.handleInternalException(e, unit);
                        return unit == null ? this.unitsToProcess[0]:  unit;
                  }


Clone AbstractionParameter Count: 1Parameter Bindings

catch (AbortCompilation e) {
  this.handleInternalException(e, unit);
  return unit == null ? [[#variable53537d40]][0]: unit;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53537d40]]
this.unitsToProcess 
12[[#53537d40]]
unitsToProcess