Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.986 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1148 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
2 | 6 | 1236 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
| ||||
if (j > 0) { writeNewLine(buffer, lineSeparator, tabNumber + 3); } final IStackMapFrame frame = stackMapFrames[j]; // disassemble each frame int type = frame.getFrameType(); |
| ||||
if (j > 0) { writeNewLine(buffer, lineSeparator, tabNumber + 3); } final IStackMapFrame frame = stackMapFrames[j]; // disassemble each frame int offsetDelta = frame.getOffsetDelta(); |
| |||
if (j > 0) { writeNewLine(buffer, lineSeparator, tabNumber + 3); } final IStackMapFrame frame = stackMapFrames[j]; // disassemble each frame int [[#variable5589c800]]= frame. [[#variable5589c7e0]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5589c800]] | type |
1 | 2 | [[#5589c800]] | offsetDelta |
2 | 1 | [[#5589c7e0]] | getFrameType |
2 | 2 | [[#5589c7e0]] | getOffsetDelta |