Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.982 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 83 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java |
2 | 5 | 88 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java |
3 | 5 | 93 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java |
| ||||
case 'C': // char constant constValueOffset = this.constantPoolOffsets[u2At(this.readOffset)] - this.structOffset; value = CharConstant.fromValue((char) i4At(constValueOffset + 1)); this.readOffset += 2; break; |
| ||||
case 'B': // byte constant constValueOffset = this.constantPoolOffsets[u2At(this.readOffset)] - this.structOffset; value = ByteConstant.fromValue((byte) i4At(constValueOffset + 1)); this.readOffset += 2; break; |
| ||||
case 'S': // short constant constValueOffset = this.constantPoolOffsets[u2At(this.readOffset)] - this.structOffset; value = ShortConstant.fromValue((short) i4At(constValueOffset + 1)); this.readOffset += 2; break; |
| |||
case [[#variable95deb460]]: // char constant // byte constant // short constant constValueOffset = this.constantPoolOffsets[u2At(this.readOffset)] - this.structOffset; value = [[#variable95deb3c0]].fromValue(( [[#variable95deb360]]) i4At(constValueOffset + 1)); this.readOffset += 2; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95deb460]] | 'C' |
1 | 2 | [[#95deb460]] | 'B' |
1 | 3 | [[#95deb460]] | 'S' |
2 | 1 | [[#95deb3c0]] | CharConstant |
2 | 2 | [[#95deb3c0]] | ByteConstant |
2 | 3 | [[#95deb3c0]] | ShortConstant |
3 | 1 | [[#95deb360]] | char |
3 | 2 | [[#95deb360]] | byte |
3 | 3 | [[#95deb360]] | short |