CloneSet5229


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
185937
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
285968
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
8
Source Line
5937
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                // add all the enclosing types
                ReferenceBinding enclosingType = referenceBinding.enclosingType();
                int depth = 0;
                while (enclosingType != null) {
                        depth++;
                        enclosingType = enclosingType.enclosingType();
                }
                enclosingType = referenceBinding;
                ReferenceBinding enclosingTypes[];


Clone Instance
2
Line Count
8
Source Line
5968
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                // add all the enclosing types
                ReferenceBinding enclosingType = referenceBinding.enclosingType();
                int depth = 0;
                while (enclosingType != null) {
                        depth++;
                        enclosingType = enclosingType.enclosingType();
                }
                enclosingType = referenceBinding;
                ReferenceBinding enclosingTypes[];


Clone AbstractionParameter Count: 0Parameter Bindings

// add all the enclosing types
ReferenceBinding enclosingType = referenceBinding.enclosingType();
int depth = 0;
while (enclosingType != null) {
  depth++;
  enclosingType = enclosingType.enclosingType();
}
enclosingType = referenceBinding;
ReferenceBinding enclosingTypes[];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None