Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.978 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 262 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ScannerHelper.java |
2 | 5 | 267 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ScannerHelper.java |
| ||||
case 8: if (c >= 48 && c <= 55) { return c - 48; } return -1; |
| ||||
case 10: if (c >= 48 && c <= 57) { return c - 48; } return -1; |
| |||
case [[#variable4e46db00]]: if (c >= 48 && c <= [[#variable4e46da80]]) { return c - 48; } return -1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e46db00]] | 10 |
1 | 2 | [[#4e46db00]] | 8 |
2 | 1 | [[#4e46da80]] | 57 |
2 | 2 | [[#4e46da80]] | 55 |