CloneSet5373


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

                                if ((realModifiers&  UNEXPECTED_MODIFIERS) != 0) {
                                        if ((realModifiers&  ClassFileConstants.AccAnnotation) != 0)
                                                problemReporter().illegalModifierForAnnotationMemberType(sourceType);
                                        else
                                                problemReporter().illegalModifierForMemberInterface(sourceType);
                                }


Clone Instance
2
Line Count
5
Source Line
436
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java

                                if ((realModifiers&  UNEXPECTED_MODIFIERS) != 0) {
                                        if ((realModifiers&  ClassFileConstants.AccAnnotation) != 0)
                                                problemReporter().illegalModifierForAnnotationType(sourceType);
                                        else
                                                problemReporter().illegalModifierForInterface(sourceType);
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if ((realModifiers&UNEXPECTED_MODIFIERS) != 0) {
  if ((realModifiers&ClassFileConstants.AccAnnotation) != 0)
    problemReporter(). [[#variablea4f6a1c0]](sourceType);
  else
    problemReporter(). [[#variablea4f6a140]](sourceType);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4f6a1c0]]
illegalModifierForAnnotationMemberType 
12[[#a4f6a1c0]]
illegalModifierForAnnotationType 
21[[#a4f6a140]]
illegalModifierForMemberInterface 
22[[#a4f6a140]]
illegalModifierForInterface