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.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 110 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleWizardPage1.java |
2 | 3 | 141 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleWizardPage1.java |
| ||||
String name = dd.open(); if (name != null) fLocation.setText(name); |
| ||||
String name = fd.open(); if (name != null) fIconFileName.setText(name); |
| |||
String name = [[#variable9b2837e0]].open(); if (name != null) [[#variable7dec6100]].setText(name); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b2837e0]] | dd |
1 | 2 | [[#9b2837e0]] | fd |
2 | 1 | [[#7dec6100]] | fLocation |
2 | 2 | [[#7dec6100]] | fIconFileName |