CloneSet8530


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

                case TypeIds.Float2Char:
                        this.f2i();
                        this.i2c();
                        break;
                case TypeIds.Double2Char:
                        this.d2i();
                        this.i2c();
                        break;


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

                case TypeIds.Float2Byte:
                        this.f2i();
                        this.i2b();
                        break;
                case TypeIds.Double2Byte:
                        this.d2i();
                        this.i2b();
                        break;


Clone AbstractionParameter Count: 3Parameter Bindings

case TypeIds. [[#variableba4fc820]]:
  this.f2i();
  this. [[#variableba4fc7c0]]();
  break;
case TypeIds. [[#variableba4fc740]]:
  this.d2i();
  this. [[#variableba4fc7c0]]();
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ba4fc820]]
Float2Char 
12[[#ba4fc820]]
Float2Byte 
21[[#ba4fc7c0]]
i2c 
22[[#ba4fc7c0]]
i2b 
31[[#ba4fc740]]
Double2Char 
32[[#ba4fc740]]
Double2Byte