Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 222 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java |
2 | 5 | 94 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizard.java |
| ||||
if (section == null) fNewSettings = true; else { fNewSettings = false; setDialogSettings(section); } |
| ||||
if (section == null) fHasNewDialogSettings = true; else { fHasNewDialogSettings = false; setDialogSettings(section); } |
| |||
if (section == null) [[#variablebb23e6a0]]= true; else { [[#variablebb23e6a0]]= false; setDialogSettings(section); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb23e6a0]] | fNewSettings |
1 | 2 | [[#bb23e6a0]] | fHasNewDialogSettings |