Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 46 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
2 | 4 | 51 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
| ||||
if ((annotationTagBits& TagBits.AnnotationTargetMASK) != 0) { char[][] compoundName = TypeConstants.JAVA_LANG_ANNOTATION_TARGET; addTypeReference(compoundName[compoundName.length - 1]); addBinaryTargetAnnotation(annotationTagBits); } |
| ||||
if ((annotationTagBits& TagBits.AnnotationRetentionMASK) != 0) { char[][] compoundName = TypeConstants.JAVA_LANG_ANNOTATION_RETENTION; addTypeReference(compoundName[compoundName.length - 1]); addBinaryRetentionAnnotation(annotationTagBits); } |
| |||
if ((annotationTagBits&TagBits. [[#variableb0b7f520]]) != 0) { char[][] compoundName = TypeConstants. [[#variableb0b7f4c0]]; addTypeReference(compoundName[compoundName.length - 1]); [[#variableb0b7f460]](annotationTagBits); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b0b7f520]] | AnnotationRetentionMASK |
1 | 2 | [[#b0b7f520]] | AnnotationTargetMASK |
2 | 1 | [[#b0b7f4c0]] | JAVA_LANG_ANNOTATION_RETENTION |
2 | 2 | [[#b0b7f4c0]] | JAVA_LANG_ANNOTATION_TARGET |
3 | 1 | [[#b0b7f460]] | addBinaryRetentionAnnotation |
3 | 2 | [[#b0b7f460]] | addBinaryTargetAnnotation |