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.954 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1599 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
2 | 5 | 1606 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
misplaced = misplacementRecovery(nextStack, nextStackTop, next_last_index, misplaced, true); if (misplaced.recoveryOnNextStack) misplaced.distance++; |
| ||||
repair = secondaryRecovery(nextStack, nextStackTop, next_last_index, repair, true); if (repair.recoveryOnNextStack) repair.distance++; |
| |||
[[#variable534aae20]]= [[#variable534aae40]](nextStack, nextStackTop, next_last_index, [[#variable534aae20]], true); if ( [[#variable534aae20]].recoveryOnNextStack) [[#variable534aae20]].distance++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#534aae20]] | misplaced |
1 | 2 | [[#534aae20]] | repair |
2 | 1 | [[#534aae40]] | misplacementRecovery |
2 | 2 | [[#534aae40]] | secondaryRecovery |