Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 3 | 0.967 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 337 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
2 | 4 | 341 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
3 | 4 | 352 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java |
4 | 4 | 356 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java |
5 | 4 | 360 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java |
| ||||
case 'D': if (CharOperation.equals(attributeName, AttributeNamesConstants.DeprecatedName)) this.accessFlags |= ClassFileConstants.AccDeprecated; break; |
| ||||
case 'S': if (CharOperation.equals(attributeName, AttributeNamesConstants.SyntheticName)) this.accessFlags |= ClassFileConstants.AccSynthetic; break; |
| ||||
case 'D': if (CharOperation.equals(attributeName, AttributeNamesConstants.DeprecatedName)) this.accessFlags |= ClassFileConstants.AccDeprecated; break; |
| ||||
case 'S': if (CharOperation.equals(attributeName, AttributeNamesConstants.SyntheticName)) this.accessFlags |= ClassFileConstants.AccSynthetic; break; |
| ||||
case 'A': if (CharOperation.equals(attributeName, AttributeNamesConstants.AnnotationDefaultName)) this.accessFlags |= ClassFileConstants.AccAnnotationDefault; break; |
| |||
case [[#variable5a60b2c0]]: if (CharOperation.equals(attributeName, AttributeNamesConstants. [[#variable5a60b260]])) this.accessFlags |= ClassFileConstants. [[#variable5a60b200]]; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a60b2c0]] | 'D' |
1 | 2 | [[#5a60b2c0]] | 'S' |
1 | 3 | [[#5a60b2c0]] | 'A' |
1 | 4 | [[#5a60b2c0]] | 'D' |
1 | 5 | [[#5a60b2c0]] | 'S' |
2 | 1 | [[#5a60b260]] | DeprecatedName |
2 | 2 | [[#5a60b260]] | SyntheticName |
2 | 3 | [[#5a60b260]] | AnnotationDefaultName |
2 | 4 | [[#5a60b260]] | DeprecatedName |
2 | 5 | [[#5a60b260]] | SyntheticName |
3 | 1 | [[#5a60b200]] | AccDeprecated |
3 | 2 | [[#5a60b200]] | AccSynthetic |
3 | 3 | [[#5a60b200]] | AccAnnotationDefault |
3 | 4 | [[#5a60b200]] | AccDeprecated |
3 | 5 | [[#5a60b200]] | AccSynthetic |