Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 524 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
2 | 1 | 90 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java |
| ||||
final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract| ClassFileConstants.AccFinal| ClassFileConstants.AccStrictfp); |
| ||||
// check for abnormal modifiers final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccPublic| ClassFileConstants.AccPrivate| ClassFileConstants.AccProtected| ClassFileConstants.AccStrictfp); |
| |||
// check for abnormal modifiers final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccPublic|ClassFileConstants. [[#variablec1c626a0]]|ClassFileConstants. [[#variablec1c62600]]|ClassFileConstants.AccStrictfp); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c1c626a0]] | AccPrivate |
1 | 2 | [[#c1c626a0]] | AccAbstract |
2 | 1 | [[#c1c62600]] | AccProtected |
2 | 2 | [[#c1c62600]] | AccFinal |