Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 7 | 2 | 0.975 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 143 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 4 | 147 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
3 | 4 | 161 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
4 | 4 | 165 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
5 | 4 | 169 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
6 | 4 | 173 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
7 | 4 | 177 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
case ClassFileConstants.IntegerTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantIntegerFixedSize; break; |
| ||||
case ClassFileConstants.FloatTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantFloatFixedSize; break; |
| ||||
case ClassFileConstants.ClassTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantClassFixedSize; break; |
| ||||
case ClassFileConstants.StringTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantStringFixedSize; break; |
| ||||
case ClassFileConstants.FieldRefTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantFieldRefFixedSize; break; |
| ||||
case ClassFileConstants.MethodRefTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantMethodRefFixedSize; break; |
| ||||
case ClassFileConstants.InterfaceMethodRefTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantInterfaceMethodRefFixedSize; break; |
| |||
case ClassFileConstants. [[#variableb2e66780]]: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants. [[#variableb2e66800]]; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2e66780]] | IntegerTag |
1 | 2 | [[#b2e66780]] | FloatTag |
1 | 3 | [[#b2e66780]] | ClassTag |
1 | 4 | [[#b2e66780]] | StringTag |
1 | 5 | [[#b2e66780]] | FieldRefTag |
1 | 6 | [[#b2e66780]] | MethodRefTag |
1 | 7 | [[#b2e66780]] | InterfaceMethodRefTag |
2 | 1 | [[#b2e66800]] | ConstantIntegerFixedSize |
2 | 2 | [[#b2e66800]] | ConstantFloatFixedSize |
2 | 3 | [[#b2e66800]] | ConstantClassFixedSize |
2 | 4 | [[#b2e66800]] | ConstantStringFixedSize |
2 | 5 | [[#b2e66800]] | ConstantFieldRefFixedSize |
2 | 6 | [[#b2e66800]] | ConstantMethodRefFixedSize |
2 | 7 | [[#b2e66800]] | ConstantInterfaceMethodRefFixedSize |