CloneSet7587


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

        if (this.wideMode) {
                this.goto_w(label);
                return;
        }
        if (DEBUG) System.out.println(position + "\t\tgoto:" + label); //$NON-NLS-1$


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

        if (this.wideMode) {
                this.jsr_w(lbl);
                return;
        }
        if (DEBUG) System.out.println(position + "\t\tjsr" + lbl); //$NON-NLS-1$


Clone AbstractionParameter Count: 3Parameter Bindings

if (this.wideMode) {
  this. [[#variable59a288e0]]( [[#variable59968ea0]]);
  return;
}
if (DEBUG)
  System.out.println(position +  [[#variable59a28780]] +  [[#variable59968ea0]]); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59a288e0]]
goto_w 
12[[#59a288e0]]
jsr_w 
21[[#59968ea0]]
label 
22[[#59968ea0]]
lbl 
31[[#59a28780]]
"\t\tgoto:" 
32[[#59a28780]]
"\t\tjsr"