Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 5 | 0.961 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 18 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileStruct.java |
2 | 2 | 22 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileStruct.java |
| ||||
protected double doubleAt(byte[] reference, int relativeOffset, int structOffset) { return (Double.longBitsToDouble(this.i8At(reference, relativeOffset, structOffset))); } |
| ||||
protected float floatAt(byte[] reference, int relativeOffset, int structOffset) { return (Float.intBitsToFloat(this.i4At(reference, relativeOffset, structOffset))); } |
| |||
protected [[#variable9ce1d840]] [[#variable9ce1d7e0]](byte[] reference, int relativeOffset, int structOffset) { return ( [[#variable9ce1d760]]. [[#variable9ce1d6e0]](this. [[#variable9ce1d640]](reference, relativeOffset, structOffset))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ce1d840]] | double |
1 | 2 | [[#9ce1d840]] | float |
2 | 1 | [[#9ce1d7e0]] | doubleAt |
2 | 2 | [[#9ce1d7e0]] | floatAt |
3 | 1 | [[#9ce1d760]] | Double |
3 | 2 | [[#9ce1d760]] | Float |
4 | 1 | [[#9ce1d6e0]] | longBitsToDouble |
4 | 2 | [[#9ce1d6e0]] | intBitsToFloat |
5 | 1 | [[#9ce1d640]] | i8At |
5 | 2 | [[#9ce1d640]] | i4At |