Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 226 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/JavaPrimitiveValueEditor.java |
2 | 2 | 228 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/JavaPrimitiveValueEditor.java |
| ||||
{ i = Integer.parseInt(string.substring(1), 8); } |
| ||||
{ i = Integer.parseInt(string.substring(2), 16); } |
| |||
{ i = Integer.parseInt(string.substring( [[#variable72ee6e80]]), [[#variable72ee6e20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#72ee6e80]] | 1 |
1 | 2 | [[#72ee6e80]] | 2 |
2 | 1 | [[#72ee6e20]] | 8 |
2 | 2 | [[#72ee6e20]] | 16 |