Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.958 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 666 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java |
2 | 3 | 893 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java |
| ||||
catch (AbortCompilation e) { this.handleInternalException(e, unit); return unit == null ? unitsToProcess[0]: unit; } |
| ||||
catch (AbortCompilation e) { this.handleInternalException(e, unit); return unit == null ? this.unitsToProcess[0]: unit; } |
| |||
catch (AbortCompilation e) { this.handleInternalException(e, unit); return unit == null ? [[#variable53537d40]][0]: unit; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53537d40]] | this.unitsToProcess |
1 | 2 | [[#53537d40]] | unitsToProcess |