Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.976 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 151 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 5 | 156 | 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; |
| ||||
case ClassFileConstants.DoubleTag: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants.ConstantDoubleFixedSize; i++; break; |
| |||
case ClassFileConstants. [[#variable975b6660]]: this.constantPoolOffsets[i] = readOffset; readOffset += ClassFileConstants. [[#variable975b64e0]]; i++; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#975b6660]] | LongTag |
1 | 2 | [[#975b6660]] | DoubleTag |
2 | 1 | [[#975b64e0]] | ConstantLongFixedSize |
2 | 2 | [[#975b64e0]] | ConstantDoubleFixedSize |