| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 1 | 0.986 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 76 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingProblem.java |
| 2 | 1 | 78 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingProblem.java |
| ||||
return Messages.format(JavaUIMessages.Spelling_error_case_label, new String[] {
fSpellEvent.getWord()
} );
|
| ||||
return Messages.format(JavaUIMessages.Spelling_error_label, new String[] {
fSpellEvent.getWord()
} );
|
| |||
return Messages.format(JavaUIMessages. [[#variablebc39a0e0]], new String[] {
fSpellEvent.getWord()
} );
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bc39a0e0]] | Spelling_error_label |
| 1 | 2 | [[#bc39a0e0]] | Spelling_error_case_label |