Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 97 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
2 | 4 | 101 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
3 | 4 | 105 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
4 | 4 | 109 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| ||||
if ((bits& TagBits.AnnotationForAnnotationType) != 0) arraysize++; if ((bits& TagBits.AnnotationForConstructor) != 0) arraysize++; |
| ||||
if ((bits& TagBits.AnnotationForField) != 0) arraysize++; if ((bits& TagBits.AnnotationForLocalVariable) != 0) arraysize++; |
| ||||
if ((bits& TagBits.AnnotationForMethod) != 0) arraysize++; if ((bits& TagBits.AnnotationForPackage) != 0) arraysize++; |
| ||||
if ((bits& TagBits.AnnotationForParameter) != 0) arraysize++; if ((bits& TagBits.AnnotationForType) != 0) arraysize++; |
| |||
if ((bits&TagBits. [[#variablea0f42f00]]) != 0) arraysize++; if ((bits&TagBits. [[#variablea0f43000]]) != 0) arraysize++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f42f00]] | AnnotationForMethod |
1 | 2 | [[#a0f42f00]] | AnnotationForField |
1 | 3 | [[#a0f42f00]] | AnnotationForAnnotationType |
1 | 4 | [[#a0f42f00]] | AnnotationForParameter |
2 | 1 | [[#a0f43000]] | AnnotationForPackage |
2 | 2 | [[#a0f43000]] | AnnotationForLocalVariable |
2 | 3 | [[#a0f43000]] | AnnotationForConstructor |
2 | 4 | [[#a0f43000]] | AnnotationForType |