Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.985 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 93 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java |
2 | 6 | 101 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java |
| ||||
if ((realModifiers& UNEXPECTED_ENUM_CONSTR_MODIFIERS) != 0) { problemReporter().illegalModifierForEnumConstructor((AbstractMethodDeclaration) referenceContext); modifiers &= ~ExtraCompilerModifiers.AccJustFlag| ~UNEXPECTED_ENUM_CONSTR_MODIFIERS; } else if ((((AbstractMethodDeclaration) referenceContext).modifiers& ClassFileConstants.AccStrictfp) != 0) { // must check the parse node explicitly problemReporter().illegalModifierForMethod((AbstractMethodDeclaration) referenceContext); } |
| ||||
if ((realModifiers& UNEXPECTED_MODIFIERS) != 0) { problemReporter().illegalModifierForMethod((AbstractMethodDeclaration) referenceContext); modifiers &= ~ExtraCompilerModifiers.AccJustFlag| ~UNEXPECTED_MODIFIERS; } else if ((((AbstractMethodDeclaration) referenceContext).modifiers& ClassFileConstants.AccStrictfp) != 0) { // must check the parse node explicitly problemReporter().illegalModifierForMethod((AbstractMethodDeclaration) referenceContext); } |
| |||
if ((realModifiers& [[#variable97fa5140]]) != 0) { problemReporter(). [[#variable97fa50a0]]((AbstractMethodDeclaration) referenceContext); modifiers &= ~ExtraCompilerModifiers.AccJustFlag| ~ [[#variable97fa5140]]; } else if ((((AbstractMethodDeclaration) referenceContext).modifiers&ClassFileConstants.AccStrictfp) != 0) { // must check the parse node explicitly problemReporter().illegalModifierForMethod((AbstractMethodDeclaration) referenceContext); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97fa5140]] | UNEXPECTED_MODIFIERS |
1 | 2 | [[#97fa5140]] | UNEXPECTED_ENUM_CONSTR_MODIFIERS |
2 | 1 | [[#97fa50a0]] | illegalModifierForMethod |
2 | 2 | [[#97fa50a0]] | illegalModifierForEnumConstructor |