CloneSet8580


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.976statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11524
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java
2190
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java
Clone Instance
1
Line Count
1
Source Line
524
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java

                                final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccPublic|  ClassFileConstants.AccAbstract|  ClassFileConstants.AccFinal|  ClassFileConstants.AccStrictfp);


Clone Instance
2
Line Count
1
Source Line
90
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java

                // check for abnormal modifiers
                final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccPublic|  ClassFileConstants.AccPrivate|  ClassFileConstants.AccProtected|  ClassFileConstants.AccStrictfp);


Clone AbstractionParameter Count: 2Parameter Bindings

// check for abnormal modifiers
final int UNEXPECTED_MODIFIERS = ~(ClassFileConstants.AccPublic|ClassFileConstants. [[#variablec1c626a0]]|ClassFileConstants. [[#variablec1c62600]]|ClassFileConstants.AccStrictfp);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c1c626a0]]
AccPrivate 
12[[#c1c626a0]]
AccAbstract 
21[[#c1c62600]]
AccProtected 
22[[#c1c62600]]
AccFinal