Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 401 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VerboseWriter.java |
2 | 4 | 432 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VerboseWriter.java |
| ||||
Integer val = new Integer(value); if (valueToString == null) { print(val.toString()); return; } |
| ||||
Integer val = new Integer(value); if (bitNames == null) { print(val.toString()); return; } |
| |||
Integer val = new Integer(value); if ( [[#variable5091c540]]== null) { print(val.toString()); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5091c540]] | valueToString |
1 | 2 | [[#5091c540]] | bitNames |