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.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 643 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 4 | 834 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
if (typeDeclaration != null) { final Annotation[] annotations = typeDeclaration.annotations; if (annotations != null) { attributeNumber += generateRuntimeAnnotations(annotations); } } |
| ||||
if (fieldDeclaration != null) { Annotation[] annotations = fieldDeclaration.annotations; if (annotations != null) { attributesNumber += generateRuntimeAnnotations(annotations); } } |
| |||
if ( [[#variable645a6080]]!= null) { [[#variable645a6020]]Annotation[] annotations = [[#variable645a6080]].annotations; if (annotations != null) { [[#variable6465df60]]+= generateRuntimeAnnotations(annotations); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#645a6080]] | typeDeclaration |
1 | 2 | [[#645a6080]] | fieldDeclaration |
2 | 1 | [[#645a6020]] | final |
2 | 2 | [[#645a6020]] | |
3 | 1 | [[#6465df60]] | attributeNumber |
3 | 2 | [[#6465df60]] | attributesNumber |