CloneSet6732


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.963block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16529
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java
25121
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredElement.java
Clone Instance
1
Line Count
6
Source Line
529
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java

                         {
        int depth = 0;
        ReferenceBinding current = this ;
        while ((current = current.enclosingType()) != null)
                depth++;
        return depth;
                         }


Clone Instance
2
Line Count
5
Source Line
121
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredElement.java

                  {
        int depth = 0;
        RecoveredElement current = this ;
        while ((current = current.parent) != null) depth++;
        return depth;
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  int depth = 0;
   [[#variable6420f400]] current = this ;
  while ((current = current [[#variable6420f420]]) != null)
    depth++;
  return depth;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6420f400]]
RecoveredElement 
12[[#6420f400]]
ReferenceBinding 
21[[#6420f420]]
.parent 
22[[#6420f420]]
.enclosingType()