Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.983 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 56 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
2 | 3 | 60 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
3 | 3 | 64 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
4 | 3 | 68 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
5 | 3 | 72 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
| ||||
if ((annotationTagBits& TagBits.AnnotationDeprecated) != 0) { char[][] compoundName = TypeConstants.JAVA_LANG_DEPRECATED; addTypeReference(compoundName[compoundName.length - 1]); } |
| ||||
if ((annotationTagBits& TagBits.AnnotationDocumented) != 0) { char[][] compoundName = TypeConstants.JAVA_LANG_ANNOTATION_DOCUMENTED; addTypeReference(compoundName[compoundName.length - 1]); } |
| ||||
if ((annotationTagBits& TagBits.AnnotationInherited) != 0) { char[][] compoundName = TypeConstants.JAVA_LANG_ANNOTATION_INHERITED; addTypeReference(compoundName[compoundName.length - 1]); } |
| ||||
if ((annotationTagBits& TagBits.AnnotationOverride) != 0) { char[][] compoundName = TypeConstants.JAVA_LANG_OVERRIDE; addTypeReference(compoundName[compoundName.length - 1]); } |
| ||||
if ((annotationTagBits& TagBits.AnnotationSuppressWarnings) != 0) { char[][] compoundName = TypeConstants.JAVA_LANG_SUPPRESSWARNINGS; addTypeReference(compoundName[compoundName.length - 1]); } |
| |||
if ((annotationTagBits&TagBits. [[#variable9dc3eb00]]) != 0) { char[][] compoundName = TypeConstants. [[#variable9dc3eaa0]]; addTypeReference(compoundName[compoundName.length - 1]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dc3eb00]] | AnnotationSuppressWarnings |
1 | 2 | [[#9dc3eb00]] | AnnotationOverride |
1 | 3 | [[#9dc3eb00]] | AnnotationInherited |
1 | 4 | [[#9dc3eb00]] | AnnotationDocumented |
1 | 5 | [[#9dc3eb00]] | AnnotationDeprecated |
2 | 1 | [[#9dc3eaa0]] | JAVA_LANG_SUPPRESSWARNINGS |
2 | 2 | [[#9dc3eaa0]] | JAVA_LANG_OVERRIDE |
2 | 3 | [[#9dc3eaa0]] | JAVA_LANG_ANNOTATION_INHERITED |
2 | 4 | [[#9dc3eaa0]] | JAVA_LANG_ANNOTATION_DOCUMENTED |
2 | 5 | [[#9dc3eaa0]] | JAVA_LANG_DEPRECATED |