Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2763 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 7 | 2771 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
{ //$NON-NLS-1$ switch (state) { case readyToClose: state = rulesStart; break; default: state = error; } } |
| ||||
{ //$NON-NLS-1$ switch (state) { case rulesReadyToClose: state = readyToCloseEndingWithRules; break; default: state = error; } } |
| |||
{ //$NON-NLS-1$ switch (state) { case [[#variable9c3bf3c0]]: state = [[#variable9c3bf360]]; break; default: state = error; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c3bf3c0]] | rulesReadyToClose |
1 | 2 | [[#9c3bf3c0]] | readyToClose |
2 | 1 | [[#9c3bf360]] | readyToCloseEndingWithRules |
2 | 2 | [[#9c3bf360]] | rulesStart |