Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.979 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 63 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/accountwizard/AccountWizardLauncher.java |
2 | 3 | 67 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/accountwizard/AccountWizardLauncher.java |
| |||||
wizard = new Wizard((Frame) w, model, MailResourceLoader.getString("dialog", "accountwizard", "title"), ImageLoader.getIcon(IconKeys.PREFERENCES)); |
| |||||
wizard = new Wizard((Dialog) w, model, MailResourceLoader.getString("dialog", "accountwizard", "title"), ImageLoader.getIcon(IconKeys.PREFERENCES)); |
| |||
wizard = new Wizard(( [[#variable1318bb60]]) w, model, MailResourceLoader.getString("dialog", "accountwizard", "title"), ImageLoader.getIcon(IconKeys.PREFERENCES)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1318bb60]] | Frame |
1 | 2 | [[#1318bb60]] | Dialog |