| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 8 | 2 | 0.982 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 117 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| 2 | 2 | 119 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| 3 | 2 | 121 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| 4 | 2 | 123 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| 5 | 2 | 125 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| 6 | 2 | 127 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| 7 | 2 | 129 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| 8 | 2 | 131 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| ||||
if ((bits& TagBits.AnnotationForAnnotationType) != 0)
value[index++ ] = elementType.getField(TypeConstants.UPPER_ANNOTATION_TYPE, true);
|
| ||||
if ((bits& TagBits.AnnotationForConstructor) != 0)
value[index++ ] = elementType.getField(TypeConstants.UPPER_CONSTRUCTOR, true);
|
| ||||
if ((bits& TagBits.AnnotationForField) != 0)
value[index++ ] = elementType.getField(TypeConstants.UPPER_FIELD, true);
|
| ||||
if ((bits& TagBits.AnnotationForLocalVariable) != 0)
value[index++ ] = elementType.getField(TypeConstants.UPPER_LOCAL_VARIABLE, true);
|
| ||||
if ((bits& TagBits.AnnotationForMethod) != 0)
value[index++ ] = elementType.getField(TypeConstants.UPPER_METHOD, true);
|
| ||||
if ((bits& TagBits.AnnotationForPackage) != 0)
value[index++ ] = elementType.getField(TypeConstants.UPPER_PACKAGE, true);
|
| ||||
if ((bits& TagBits.AnnotationForParameter) != 0)
value[index++ ] = elementType.getField(TypeConstants.UPPER_PARAMETER, true);
|
| ||||
if ((bits& TagBits.AnnotationForType) != 0)
value[index++ ] = elementType.getField(TypeConstants.TYPE, true);
|
| |||
if ((bits&TagBits. [[#variableb43383a0]]) != 0) value[index++ ] = elementType.getField(TypeConstants. [[#variableb43387c0]], true); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b43383a0]] | AnnotationForType |
| 1 | 2 | [[#b43383a0]] | AnnotationForParameter |
| 1 | 3 | [[#b43383a0]] | AnnotationForPackage |
| 1 | 4 | [[#b43383a0]] | AnnotationForMethod |
| 1 | 5 | [[#b43383a0]] | AnnotationForLocalVariable |
| 1 | 6 | [[#b43383a0]] | AnnotationForField |
| 1 | 7 | [[#b43383a0]] | AnnotationForConstructor |
| 1 | 8 | [[#b43383a0]] | AnnotationForAnnotationType |
| 2 | 1 | [[#b43387c0]] | TYPE |
| 2 | 2 | [[#b43387c0]] | UPPER_PARAMETER |
| 2 | 3 | [[#b43387c0]] | UPPER_PACKAGE |
| 2 | 4 | [[#b43387c0]] | UPPER_METHOD |
| 2 | 5 | [[#b43387c0]] | UPPER_LOCAL_VARIABLE |
| 2 | 6 | [[#b43387c0]] | UPPER_FIELD |
| 2 | 7 | [[#b43387c0]] | UPPER_CONSTRUCTOR |
| 2 | 8 | [[#b43387c0]] | UPPER_ANNOTATION_TYPE |