| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.993 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 822 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java |
| 2 | 4 | 828 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java |
| ||||
width = Math.max(width, width2);
width2 = SWTUtil.getButtonWidthHint(fSealedPackagesDetailsButton);
width = Math.max(width, width2);
|
| ||||
width = Math.max(width, width2);
width2 = SWTUtil.getButtonWidthHint(fMainClassBrowseButton);
width = Math.max(width, width2);
|
| |||
width = Math.max(width, width2); width2 = SWTUtil.getButtonWidthHint( [[#variableb193f2c0]]); width = Math.max(width, width2); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b193f2c0]] | fMainClassBrowseButton |
| 1 | 2 | [[#b193f2c0]] | fSealedPackagesDetailsButton |