Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.962 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 82 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/VMDetailsDialog.java |
2 | 4 | 2392 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
| ||||
for (int i = 0; i < args.length; i++) { buf.append(args[i]); if (i < (args.length - 1)) { buf.append(" "); //$NON-NLS-1$ } } |
| ||||
for (int i = 0; i < paths.length; i++) { value.append(paths[i]); if (i < (paths.length - 1)) { value.append("|"); //$NON-NLS-1$ } } |
| |||
for (int i = 0; i < [[#variableb0d89f00]].length; i++) { [[#variableb0d89e80]].append( [[#variableb0d89f00]][i]); if (i < ( [[#variableb0d89f00]].length - 1)) { [[#variableb0d89e80]].append( [[#variableb0d89e00]]); //$NON-NLS-1$ } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b0d89f00]] | args |
1 | 2 | [[#b0d89f00]] | paths |
2 | 1 | [[#b0d89e80]] | buf |
2 | 2 | [[#b0d89e80]] | value |
3 | 1 | [[#b0d89e00]] | " " |
3 | 2 | [[#b0d89e00]] | "|" |