Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 4 | 0.952 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 187 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
2 | 3 | 124 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java |
3 | 3 | 230 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
4 | 3 | 299 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
| ||||
Composite c = new Composite(composite, SWT.NONE); GridLayout layout = new GridLayout(); layout.numColumns = 1; |
| ||||
Composite inner = new Composite(composite, SWT.NONE); GridLayout layout = new GridLayout(); layout.marginHeight = 0; |
| ||||
Composite inner = new Composite(composite, SWT.NONE); GridLayout innerLayout = new GridLayout(); innerLayout.numColumns = 2; |
| ||||
Composite omitSuperComposite = new Composite(composite, SWT.NONE); GridLayout layout = new GridLayout(); layout.marginHeight = 0; |
| |||
Composite [[#variable530698e0]]= new Composite(composite, SWT.NONE); GridLayout [[#variable53069860]]= new GridLayout(); [[#variable53069860]]. [[#variable53069300]]= [[#variable53069780]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#530698e0]] | inner |
1 | 2 | [[#530698e0]] | omitSuperComposite |
1 | 3 | [[#530698e0]] | inner |
1 | 4 | [[#530698e0]] | c |
2 | 1 | [[#53069860]] | innerLayout |
2 | 2 | [[#53069860]] | layout |
2 | 3 | [[#53069860]] | layout |
2 | 4 | [[#53069860]] | layout |
3 | 1 | [[#53069300]] | numColumns |
3 | 2 | [[#53069300]] | marginHeight |
3 | 3 | [[#53069300]] | marginHeight |
3 | 4 | [[#53069300]] | numColumns |
4 | 1 | [[#53069780]] | 2 |
4 | 2 | [[#53069780]] | 0 |
4 | 3 | [[#53069780]] | 0 |
4 | 4 | [[#53069780]] | 1 |