Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 184 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java |
2 | 1 | 187 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java |
3 | 1 | 354 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java |
| ||||
resolvedImports[index++ ] = new ImportBinding(compoundName, true, importBinding, importReference); |
| ||||
// resolve single imports only when the last name matches resolvedImports[index++ ] = new ImportBinding(compoundName, false, null, importReference); |
| ||||
resolvedImports[index++ ] = new ImportBinding(compoundName, true, importBinding, importReference); |
| |||
// resolve single imports only when the last name matches resolvedImports[index++ ] = new ImportBinding(compoundName, [[#variable932f4cc0]], [[#variable932f4c40]], importReference); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#932f4cc0]] | true |
1 | 2 | [[#932f4cc0]] | false |
1 | 3 | [[#932f4cc0]] | true |
2 | 1 | [[#932f4c40]] | importBinding |
2 | 2 | [[#932f4c40]] | null |
2 | 3 | [[#932f4c40]] | importBinding |