Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 34 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
2 | 4 | 38 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
3 | 4 | 42 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java |
| ||||
if ((annotationTagBits& TagBits.AnnotationTargetMASK) != 0) count++; if ((annotationTagBits& TagBits.AnnotationRetentionMASK) != 0) count++; |
| ||||
if ((annotationTagBits& TagBits.AnnotationDeprecated) != 0) count++; if ((annotationTagBits& TagBits.AnnotationDocumented) != 0) count++; |
| ||||
if ((annotationTagBits& TagBits.AnnotationInherited) != 0) count++; if ((annotationTagBits& TagBits.AnnotationOverride) != 0) count++; |
| |||
if ((annotationTagBits&TagBits. [[#variable55ea8d60]]) != 0) count++; if ((annotationTagBits&TagBits. [[#variable55ea8cc0]]) != 0) count++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55ea8d60]] | AnnotationTargetMASK |
1 | 2 | [[#55ea8d60]] | AnnotationDeprecated |
1 | 3 | [[#55ea8d60]] | AnnotationInherited |
2 | 1 | [[#55ea8cc0]] | AnnotationRetentionMASK |
2 | 2 | [[#55ea8cc0]] | AnnotationDocumented |
2 | 3 | [[#55ea8cc0]] | AnnotationOverride |