Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 4 | 0.970 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 450 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
2 | 4 | 454 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
3 | 4 | 519 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
| ||||
{ // each enum constant is an anonymous local type final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccStrictfp| ClassFileConstants.AccFinal| ClassFileConstants.AccEnum); // add final since implicitly set for anonymous type if ((realModifiers& UNEXPECTED_MODIFIERS) != 0) problemReporter().illegalModifierForLocalEnum(sourceType); } |
| ||||
{ final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccPublic| ClassFileConstants.AccStrictfp| ClassFileConstants.AccEnum); if ((realModifiers& UNEXPECTED_MODIFIERS) != 0) problemReporter().illegalModifierForEnum(sourceType); } |
| ||||
{ final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccAbstract| ClassFileConstants.AccFinal| ClassFileConstants.AccStrictfp); if ((realModifiers& UNEXPECTED_MODIFIERS) != 0) problemReporter().illegalModifierForLocalClass(sourceType); } |
| |||
{ // each enum constant is an anonymous local type final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants. [[#variablea4f01060]]|ClassFileConstants. [[#variablea4f00fe0]]|ClassFileConstants. [[#variablea4f00f40]]); // add final since implicitly set for anonymous type if ((realModifiers&UNEXPECTED_MODIFIERS) != 0) problemReporter(). [[#variablea4f00ec0]](sourceType); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f01060]] | AccAbstract |
1 | 2 | [[#a4f01060]] | AccPublic |
1 | 3 | [[#a4f01060]] | AccStrictfp |
2 | 1 | [[#a4f00fe0]] | AccFinal |
2 | 2 | [[#a4f00fe0]] | AccStrictfp |
2 | 3 | [[#a4f00fe0]] | AccFinal |
3 | 1 | [[#a4f00f40]] | AccStrictfp |
3 | 2 | [[#a4f00f40]] | AccEnum |
3 | 3 | [[#a4f00f40]] | AccEnum |
4 | 1 | [[#a4f00ec0]] | illegalModifierForLocalClass |
4 | 2 | [[#a4f00ec0]] | illegalModifierForEnum |
4 | 3 | [[#a4f00ec0]] | illegalModifierForLocalEnum |