Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.984 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 59 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/AlreadyExistsDialog.java |
2 | 3 | 56 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/RenameProfileDialog.java |
| ||||
fOk = new StatusInfo(); fDuplicate = new StatusInfo(IStatus.ERROR, FormatterMessages.AlreadyExistsDialog_message_profile_already_exists); fEmpty = new StatusInfo(IStatus.ERROR, FormatterMessages.AlreadyExistsDialog_message_profile_name_empty); |
| ||||
fOk = new StatusInfo(); fDuplicate = new StatusInfo(IStatus.ERROR, FormatterMessages.RenameProfileDialog_status_message_profile_with_this_name_already_exists); fEmpty = new StatusInfo(IStatus.ERROR, FormatterMessages.RenameProfileDialog_status_message_profile_name_empty); |
| |||
fOk = new StatusInfo(); fDuplicate = new StatusInfo(IStatus.ERROR, FormatterMessages. [[#variable94214520]]); fEmpty = new StatusInfo(IStatus.ERROR, FormatterMessages. [[#variable94214480]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94214520]] | RenameProfileDialog_status_message_profile_with_this_name_already_exists |
1 | 2 | [[#94214520]] | AlreadyExistsDialog_message_profile_already_exists |
2 | 1 | [[#94214480]] | RenameProfileDialog_status_message_profile_name_empty |
2 | 2 | [[#94214480]] | AlreadyExistsDialog_message_profile_name_empty |