Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 465 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java |
2 | 5 | 536 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java |
| ||||
// Lookup environment may be in middle of connecting types if ((result == null) && lookupEnvironment.unitBeingCompleted != null) { result = lookupEnvironment.unitBeingCompleted.compilationResult; } if ((result == null) && (unitsToProcess != null) && (totalUnits > 0)) result = unitsToProcess[totalUnits - 1].compilationResult; |
| ||||
// Lookup environment may be in middle of connecting types if ((result == null) && lookupEnvironment.unitBeingCompleted != null) { result = lookupEnvironment.unitBeingCompleted.compilationResult; } if ((result == null) && (unitsToProcess != null) && (totalUnits > 0)) result = unitsToProcess[totalUnits - 1].compilationResult; |
| |||
// Lookup environment may be in middle of connecting types if ((result == null) && lookupEnvironment.unitBeingCompleted != null) { result = lookupEnvironment.unitBeingCompleted.compilationResult; } if ((result == null) && (unitsToProcess != null) && (totalUnits > 0)) result = unitsToProcess[totalUnits - 1].compilationResult; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |