CloneSet2703


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.978statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141561
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
241574
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
Clone Instance
1
Line Count
4
Source Line
1561
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                for (int i = 0, length = this.typeVariables.length; i < length; i++) {
                        if (i >  0)
                                buffer.append(", "); //$NON-NLS-1$
                        buffer.append((this.typeVariables[i] != null) ? this.typeVariables[i].toString():  "NULL TYPE VARIABLE"); //$NON-NLS-1$
                }


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

                        for (int i = 0, length = this.superInterfaces.length; i < length; i++) {
                                if (i >  0)
                                        buffer.append(", "); //$NON-NLS-1$
                                buffer.append((this.superInterfaces[i] != null) ? this.superInterfaces[i].debugName():  "NULL TYPE"); //$NON-NLS-1$
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

for (int i = 0, length = this. [[#variableb5b3c280]].length; i < length; i++) {
  if (i > 0)
    buffer.append(", "); //$NON-NLS-1$
  buffer.append((this. [[#variableb5b3c280]][i] != null) ? this. [[#variableb5b3c280]][i]. [[#variableb5b3c220]](): [[#variableb5b3c1c0]]); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b5b3c280]]
superInterfaces 
12[[#b5b3c280]]
typeVariables 
21[[#b5b3c220]]
debugName 
22[[#b5b3c220]]
toString 
31[[#b5b3c1c0]]
"NULL TYPE" 
32[[#b5b3c1c0]]
"NULL TYPE VARIABLE"