Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 792 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
2 | 8 | 806 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
{ if (root == 0) { list[symbol] = symbol; } else { list[symbol] = list[root]; list[root] = symbol; } root = symbol; } |
| ||||
{ if (root == 0) { list[symbol] = symbol; } else { list[symbol] = list[root]; list[root] = symbol; } root = symbol; } |
| |||
{ if (root == 0) { list[symbol] = symbol; } else { list[symbol] = list[root]; list[root] = symbol; } root = symbol; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |