CloneSet8836


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

                case TypeIds.T_long:
                        selector = ConstantPool.GET_LONG_METHOD_NAME;
                        signature = ConstantPool.GET_LONG_METHOD_SIGNATURE;
                        returnTypeSize = 2;
                        break;


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

                case TypeIds.T_long:
                        selector = ConstantPool.SET_LONG_METHOD_NAME;
                        signature = ConstantPool.SET_LONG_METHOD_SIGNATURE;
                        argCount = 3;
                        break;


Clone AbstractionParameter Count: 4Parameter Bindings

case TypeIds.T_long:
  selector = ConstantPool. [[#variablebe7f3340]];
  signature = ConstantPool. [[#variablebe7f32c0]];
   [[#variablebe7f3600]]= [[#variablebe7f3660]];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#be7f3340]]
GET_LONG_METHOD_NAME 
12[[#be7f3340]]
SET_LONG_METHOD_NAME 
21[[#be7f32c0]]
GET_LONG_METHOD_SIGNATURE 
22[[#be7f32c0]]
SET_LONG_METHOD_SIGNATURE 
31[[#be7f3600]]
returnTypeSize 
32[[#be7f3600]]
argCount 
41[[#be7f3660]]
2 
42[[#be7f3660]]
3