CloneSet1502


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18401.000switch_groups[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1182025
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
2182053
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
3182120
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
4182166
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
18
Source Line
2025
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                case 0:
                        this.iconst_0();
                        break;
                case 1:
                        this.iconst_1();
                        break;
                case 2:
                        this.iconst_2();
                        break;
                case 3:
                        this.iconst_3();
                        break;
                case 4:
                        this.iconst_4();
                        break;
                case 5:
                        this.iconst_5();
                        break;


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

                case 0:
                        this.iconst_0();
                        break;
                case 1:
                        this.iconst_1();
                        break;
                case 2:
                        this.iconst_2();
                        break;
                case 3:
                        this.iconst_3();
                        break;
                case 4:
                        this.iconst_4();
                        break;
                case 5:
                        this.iconst_5();
                        break;


Clone Instance
3
Line Count
18
Source Line
2120
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                case 0:
                        this.iconst_0();
                        break;
                case 1:
                        this.iconst_1();
                        break;
                case 2:
                        this.iconst_2();
                        break;
                case 3:
                        this.iconst_3();
                        break;
                case 4:
                        this.iconst_4();
                        break;
                case 5:
                        this.iconst_5();
                        break;


Clone Instance
4
Line Count
18
Source Line
2166
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                case 0:
                        this.iconst_0();
                        break;
                case 1:
                        this.iconst_1();
                        break;
                case 2:
                        this.iconst_2();
                        break;
                case 3:
                        this.iconst_3();
                        break;
                case 4:
                        this.iconst_4();
                        break;
                case 5:
                        this.iconst_5();
                        break;


Clone AbstractionParameter Count: 0Parameter Bindings

case 0:
  this.iconst_0();
  break;
case 1:
  this.iconst_1();
  break;
case 2:
  this.iconst_2();
  break;
case 3:
  this.iconst_3();
  break;
case 4:
  this.iconst_4();
  break;
case 5:
  this.iconst_5();
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None