Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 3 | 0.971 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 45 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java |
2 | 3 | 69 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java |
3 | 3 | 72 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java |
4 | 3 | 75 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java |
| ||||
case IConstantPoolConstant.CONSTANT_Double: constantPoolEntry.setDoubleValue(doubleAt(classFileBytes, 1, this.constantPoolOffset[index])); break; |
| ||||
case IConstantPoolConstant.CONSTANT_Float: constantPoolEntry.setFloatValue(floatAt(classFileBytes, 1, this.constantPoolOffset[index])); break; |
| ||||
case IConstantPoolConstant.CONSTANT_Integer: constantPoolEntry.setIntegerValue(i4At(classFileBytes, 1, this.constantPoolOffset[index])); break; |
| ||||
case IConstantPoolConstant.CONSTANT_Long: constantPoolEntry.setLongValue(i8At(classFileBytes, 1, this.constantPoolOffset[index])); break; |
| |||
case IConstantPoolConstant. [[#variable61a16fe0]]: constantPoolEntry. [[#variable61a16f60]]( [[#variable61a16ea0]](classFileBytes, 1, this.constantPoolOffset[index])); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61a16fe0]] | CONSTANT_Double |
1 | 2 | [[#61a16fe0]] | CONSTANT_Float |
1 | 3 | [[#61a16fe0]] | CONSTANT_Integer |
1 | 4 | [[#61a16fe0]] | CONSTANT_Long |
2 | 1 | [[#61a16f60]] | setDoubleValue |
2 | 2 | [[#61a16f60]] | setFloatValue |
2 | 3 | [[#61a16f60]] | setIntegerValue |
2 | 4 | [[#61a16f60]] | setLongValue |
3 | 1 | [[#61a16ea0]] | doubleAt |
3 | 2 | [[#61a16ea0]] | floatAt |
3 | 3 | [[#61a16ea0]] | i4At |
3 | 4 | [[#61a16ea0]] | i8At |