Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 110 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding.java |
2 | 2 | 325 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SearchableEnvironment.java |
| ||||
for (int i = 0; i < length; i++) annotations[i] = new AnnotationBinding(annotationNodes[i]); |
| ||||
for (int i = 0; i < length; i++) pkgName[i] = new String(parentPackageName[i]); |
| |||
for (int i = 0; i < length; i++) [[#variable544f3600]][i] = new [[#variable544f3560]]( [[#variable544f33e0]][i]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#544f3600]] | annotations |
1 | 2 | [[#544f3600]] | pkgName |
2 | 1 | [[#544f3560]] | AnnotationBinding |
2 | 2 | [[#544f3560]] | String |
3 | 1 | [[#544f33e0]] | annotationNodes |
3 | 2 | [[#544f33e0]] | parentPackageName |