Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.993 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 191 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/Engine.java |
2 | 5 | 201 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/Engine.java |
| ||||
if (CharOperation.equals(fullyQualifiedEnclosingTypeName, importFlatName)) { if (importBinding.isStatic()) { isFound = (modifiers& ClassFileConstants.AccStatic) != 0; } else { isFound = true; } } |
| ||||
if (CharOperation.equals(packageName, importFlatName)) { if (importBinding.isStatic()) { isFound = (modifiers& ClassFileConstants.AccStatic) != 0; } else { isFound = true; } } |
| |||
if (CharOperation.equals( [[#variable5dc14600]], importFlatName)) { if (importBinding.isStatic()) { isFound = (modifiers&ClassFileConstants.AccStatic) != 0; } else { isFound = true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5dc14600]] | packageName |
1 | 2 | [[#5dc14600]] | fullyQualifiedEnclosingTypeName |