Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.962 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 305 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
2 | 3 | 308 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
3 | 3 | 311 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
| ||||
case ClassFileConstants.FloatTag: constant = FloatConstant.fromValue(floatAt(relativeOffset + 1)); break; |
| ||||
case ClassFileConstants.DoubleTag: constant = DoubleConstant.fromValue(doubleAt(relativeOffset + 1)); break; |
| ||||
case ClassFileConstants.LongTag: constant = LongConstant.fromValue(i8At(relativeOffset + 1)); break; |
| |||
case ClassFileConstants. [[#variable5d1f7420]]: constant = [[#variable5d1f73c0]].fromValue( [[#variable5d1f72e0]](relativeOffset + 1)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d1f7420]] | FloatTag |
1 | 2 | [[#5d1f7420]] | DoubleTag |
1 | 3 | [[#5d1f7420]] | LongTag |
2 | 1 | [[#5d1f73c0]] | FloatConstant |
2 | 2 | [[#5d1f73c0]] | DoubleConstant |
2 | 3 | [[#5d1f73c0]] | LongConstant |
3 | 1 | [[#5d1f72e0]] | floatAt |
3 | 2 | [[#5d1f72e0]] | doubleAt |
3 | 3 | [[#5d1f72e0]] | i8At |