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.969 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1348 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 6 | 1354 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
case 'B': buff.append("0x"); //$NON-NLS-1$ // keep only the relevant bits for byte longValue &= 0xff; buff.append(Long.toHexString(longValue)); break; |
| ||||
case 'I': buff.append("0x"); //$NON-NLS-1$ // keep only the relevant bits for int longValue &= 0xFFFFFFFFl; buff.append(Long.toHexString(longValue)); break; |
| |||
case [[#variable5859ca80]]: buff.append("0x"); //$NON-NLS-1$ // keep only the relevant bits for byte // keep only the relevant bits for int longValue &= [[#variable5859ca20]]; buff.append(Long.toHexString(longValue)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5859ca80]] | 'B' |
1 | 2 | [[#5859ca80]] | 'I' |
2 | 1 | [[#5859ca20]] | 0xff |
2 | 2 | [[#5859ca20]] | 0xFFFFFFFFl |