Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 113 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketTransportService.java |
2 | 5 | 264 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketTransportService.java |
| ||||
if (strings.length == 2) { host = strings[0]; port = Integer.parseInt(strings[1]); } else { port = Integer.parseInt(strings[0]); } |
| ||||
if (strings.length == 2) { host = strings[0]; port = Integer.parseInt(strings[1]); } else { port = Integer.parseInt(strings[0]); } |
| |||
if (strings.length == 2) { host = strings[0]; port = Integer.parseInt(strings[1]); } else { port = Integer.parseInt(strings[0]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |