CloneSet6813


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.963executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14527
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
24542
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
4
Source Line
527
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                                                                                                     {
                                                if (hasErasedCandidatesCollisions(superType, typeVariable.superclass, invocations, typeVariable, typeRef)) {
                                                        noProblems = false;
                                                        continue nextVariable;
                                                }
                                                                                                                                     }


Clone Instance
2
Line Count
4
Source Line
542
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                                                       {
                                                        if (hasErasedCandidatesCollisions(superType, previousInterface, invocations, typeVariable, typeRef)) {
                                                                noProblems = false;
                                                                continue nextVariable;
                                                        }
                                                                                       }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (hasErasedCandidatesCollisions(superType,  [[#variable53236d80]], invocations, typeVariable, typeRef)) {
    noProblems = false;
    continue nextVariable;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53236d80]]
previousInterface 
12[[#53236d80]]
typeVariable.superclass