Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 6 | 0.974 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 291 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java |
2 | 12 | 303 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java |
| ||||
case 22: if (CharOperation.equals(typeName, ConstantPool.JAVA_LANG_DEPRECATED)) { this.standardAnnotationTagBits |= TagBits.AnnotationDeprecated; return currentOffset; } break; case 29: if (CharOperation.equals(typeName, ConstantPool.JAVA_LANG_ANNOTATION_TARGET)) { currentOffset += 2; return readTargetValue(currentOffset); } break; |
| ||||
case 33: if (CharOperation.equals(typeName, ConstantPool.JAVA_LANG_ANNOTATION_DOCUMENTED)) { this.standardAnnotationTagBits |= TagBits.AnnotationDocumented; return currentOffset; } break; case 32: if (CharOperation.equals(typeName, ConstantPool.JAVA_LANG_ANNOTATION_RETENTION)) { currentOffset += 2; return readRetentionPolicy(currentOffset); } break; |
| |||
case [[#variable5543b3c0]]: if (CharOperation.equals(typeName, ConstantPool. [[#variable5543b320]])) { this.standardAnnotationTagBits |= TagBits. [[#variable5543b280]]; return currentOffset; } break; case [[#variable5543b200]]: if (CharOperation.equals(typeName, ConstantPool. [[#variable5543b1a0]])) { currentOffset += 2; return [[#variable5543b100]](currentOffset); } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5543b3c0]] | 33 |
1 | 2 | [[#5543b3c0]] | 22 |
2 | 1 | [[#5543b320]] | JAVA_LANG_ANNOTATION_DOCUMENTED |
2 | 2 | [[#5543b320]] | JAVA_LANG_DEPRECATED |
3 | 1 | [[#5543b280]] | AnnotationDocumented |
3 | 2 | [[#5543b280]] | AnnotationDeprecated |
4 | 1 | [[#5543b200]] | 32 |
4 | 2 | [[#5543b200]] | 29 |
5 | 1 | [[#5543b1a0]] | JAVA_LANG_ANNOTATION_RETENTION |
5 | 2 | [[#5543b1a0]] | JAVA_LANG_ANNOTATION_TARGET |
6 | 1 | [[#5543b100]] | readRetentionPolicy |
6 | 2 | [[#5543b100]] | readTargetValue |