| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.966 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 593 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| 2 | 2 | 597 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
if (secondaryCheck(nextStack, nextStackTop, 3, repair.distance)) {
return candidate;
}
|
| ||||
if (secondaryCheck(stack, stateStackTop, 2, repair.distance)) {
return candidate;
}
|
| |||
if (secondaryCheck( [[#variablebdaeb4a0]], [[#variablebdaeb460]], [[#variablebdaeb520]], repair.distance)) {
return candidate;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bdaeb4a0]] | nextStack |
| 1 | 2 | [[#bdaeb4a0]] | stack |
| 2 | 1 | [[#bdaeb460]] | nextStackTop |
| 2 | 2 | [[#bdaeb460]] | stateStackTop |
| 3 | 1 | [[#bdaeb520]] | 3 |
| 3 | 2 | [[#bdaeb520]] | 2 |