CloneSet7551


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

                                                           {
                                problemReporter().superinterfaceMustBeAnInterface(sourceType, superInterfaceRef, superInterface);
                                sourceType.tagBits |= TagBits.HierarchyHasProblems;
                                noProblems = false;
                                continue nextInterface;
                                                           }


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

                                                                                       {
                                problemReporter().superTypeCannotUseWildcard(sourceType, superInterfaceRef, superInterface);
                                sourceType.tagBits |= TagBits.HierarchyHasProblems;
                                noProblems = false;
                                continue nextInterface;
                                                                                       }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  problemReporter(). [[#variable595eb080]](sourceType, superInterfaceRef, superInterface);
  sourceType.tagBits |= TagBits.HierarchyHasProblems;
  noProblems = false;
  continue nextInterface;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#595eb080]]
superinterfaceMustBeAnInterface 
12[[#595eb080]]
superTypeCannotUseWildcard