Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.985 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 213 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
2 | 4 | 218 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| ||||
for (int i = this.lastCompletedUnitIndex + 1; i <= this.lastUnitIndex; i++) { (this.unitBeingCompleted = this.units[i]).scope.checkAndSetImports(); } stepCompleted = CHECK_AND_SET_IMPORTS; |
| ||||
for (int i = this.lastCompletedUnitIndex + 1; i <= this.lastUnitIndex; i++) { (this.unitBeingCompleted = this.units[i]).scope.connectTypeHierarchy(); } stepCompleted = CONNECT_TYPE_HIERARCHY; |
| |||
for (int i = this.lastCompletedUnitIndex + 1; i <= this.lastUnitIndex; i++) { (this.unitBeingCompleted = this.units[i]).scope. [[#variable9ef7bc80]](); } stepCompleted = [[#variable9ef7c580]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ef7bc80]] | connectTypeHierarchy |
1 | 2 | [[#9ef7bc80]] | checkAndSetImports |
2 | 1 | [[#9ef7c580]] | CONNECT_TYPE_HIERARCHY |
2 | 2 | [[#9ef7c580]] | CHECK_AND_SET_IMPORTS |