Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 61 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/breakpoints/AddExceptionDialogExtension.java |
2 | 2 | 233 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/EditLogicalStructureDialog.java |
| ||||
Composite comp = new Composite(parent, SWT.NONE); comp.setLayout(new GridLayout(1, true)); |
| ||||
// big container Composite container = new Composite(parent, SWT.NONE); container.setLayout(new GridLayout(1, false)); |
| |||
// big container Composite [[#variable5458a780]]= new Composite(parent, SWT.NONE); [[#variable5458a780]].setLayout(new GridLayout(1, [[#variable54515860]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5458a780]] | comp |
1 | 2 | [[#5458a780]] | container |
2 | 1 | [[#54515860]] | true |
2 | 2 | [[#54515860]] | false |