Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 230 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java |
2 | 2 | 160 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AccessRulesDialog.java |
3 | 2 | 95 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java |
4 | 2 | 197 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java |
| ||||
Composite c = new Composite(composite, SWT.NONE); c.setFont(composite.getFont()); |
| ||||
Composite inner = new Composite(composite, SWT.NONE); inner.setFont(composite.getFont()); |
| ||||
final Composite nameComposite = new Composite(composite, SWT.NONE); nameComposite.setFont(composite.getFont()); |
| ||||
Composite inner = new Composite(composite, SWT.NONE); inner.setFont(composite.getFont()); |
| |||
[[#variable5a7f6180]]Composite [[#variable99e96f80]]= new Composite(composite, SWT.NONE); [[#variable99e96f80]].setFont(composite.getFont()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a7f6180]] | |
1 | 2 | [[#5a7f6180]] | |
1 | 3 | [[#5a7f6180]] | final |
1 | 4 | [[#5a7f6180]] | |
2 | 1 | [[#99e96f80]] | c |
2 | 2 | [[#99e96f80]] | inner |
2 | 3 | [[#99e96f80]] | nameComposite |
2 | 4 | [[#99e96f80]] | inner |