CloneSet8468


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.976switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15151
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
25156
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
Clone Instance
1
Line Count
5
Source Line
151
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

                                case ClassFileConstants.LongTag:
                                        this.constantPoolOffsets[i] = readOffset;
                                        readOffset += ClassFileConstants.ConstantLongFixedSize;
                                        i++;
                                        break;


Clone Instance
2
Line Count
5
Source Line
156
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

                                case ClassFileConstants.DoubleTag:
                                        this.constantPoolOffsets[i] = readOffset;
                                        readOffset += ClassFileConstants.ConstantDoubleFixedSize;
                                        i++;
                                        break;


Clone AbstractionParameter Count: 2Parameter Bindings

case ClassFileConstants. [[#variable975b6660]]:
  this.constantPoolOffsets[i] = readOffset;
  readOffset += ClassFileConstants. [[#variable975b64e0]];
  i++;
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#975b6660]]
LongTag 
12[[#975b6660]]
DoubleTag 
21[[#975b64e0]]
ConstantLongFixedSize 
22[[#975b64e0]]
ConstantDoubleFixedSize