CloneSet9878


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.986statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12606
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
225459
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
2
Source Line
606
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (DEBUG) System.out.println(position + "\t\tcheckcast:" + typeBinding.debugName()); //$NON-NLS-1$
        countLabels = 0;


Clone Instance
2
Line Count
2
Source Line
5459
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (DEBUG) System.out.println(position + "\t\tnew:" + typeBinding.debugName()); //$NON-NLS-1$
        countLabels = 0;


Clone AbstractionParameter Count: 1Parameter Bindings

if (DEBUG)
  System.out.println(position +  [[#variablea1bde140]] + typeBinding.debugName()); //$NON-NLS-1$
countLabels = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a1bde140]]
"\t\tnew:" 
12[[#a1bde140]]
"\t\tcheckcast:"