CloneSet3424


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

                                case OperatorIds.REMAINDER:
                                        this.irem();
                                        break;
                                case OperatorIds.LEFT_SHIFT:
                                        this.ishl();
                                        break;
                                case OperatorIds.RIGHT_SHIFT:
                                        this.ishr();
                                        break;
                                case OperatorIds.UNSIGNED_RIGHT_SHIFT:
                                        this.iushr();
                                        break;
                                case OperatorIds.AND:
                                        this.iand();
                                        break;
                                case OperatorIds.OR:
                                        this.ior();
                                        break;


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

                                case OperatorIds.REMAINDER:
                                        this.lrem();
                                        break;
                                case OperatorIds.LEFT_SHIFT:
                                        this.lshl();
                                        break;
                                case OperatorIds.RIGHT_SHIFT:
                                        this.lshr();
                                        break;
                                case OperatorIds.UNSIGNED_RIGHT_SHIFT:
                                        this.lushr();
                                        break;
                                case OperatorIds.AND:
                                        this.land();
                                        break;
                                case OperatorIds.OR:
                                        this.lor();
                                        break;


Clone AbstractionParameter Count: 6Parameter Bindings

case OperatorIds.REMAINDER:
  this. [[#variable9a1d9d40]]();
  break;
case OperatorIds.LEFT_SHIFT:
  this. [[#variable9a1d9cc0]]();
  break;
case OperatorIds.RIGHT_SHIFT:
  this. [[#variable9a1d9c60]]();
  break;
case OperatorIds.UNSIGNED_RIGHT_SHIFT:
  this. [[#variable9a1d9c00]]();
  break;
case OperatorIds.AND:
  this. [[#variable9a1d9b60]]();
  break;
case OperatorIds.OR:
  this. [[#variable9a1d9b40]]();
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9a1d9d40]]
lrem 
12[[#9a1d9d40]]
irem 
21[[#9a1d9cc0]]
lshl 
22[[#9a1d9cc0]]
ishl 
31[[#9a1d9c60]]
lshr 
32[[#9a1d9c60]]
ishr 
41[[#9a1d9c00]]
lushr 
42[[#9a1d9c00]]
iushr 
51[[#9a1d9b60]]
land 
52[[#9a1d9b60]]
iand 
61[[#9a1d9b40]]
lor 
62[[#9a1d9b40]]
ior