Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.974 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 85 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingPreferenceBlock.java |
2 | 4 | 479 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java |
| ||||
GridLayout layout = new GridLayout(1, true); layout.verticalSpacing = 3; layout.marginWidth = 0; inner.setLayout(layout); |
| ||||
// fComposite= new Composite(fShell, SWT.NO_FOCUS | SWT.NO_REDRAW_RESIZE | SWT.NO_TRIM | SWT.V_SCROLL); GridLayout layout = new GridLayout(1, true); layout.marginHeight = 0; layout.marginWidth = 0; fShell.setLayout(layout); |
| |||
// fComposite= new Composite(fShell, SWT.NO_FOCUS | SWT.NO_REDRAW_RESIZE | SWT.NO_TRIM | SWT.V_SCROLL); GridLayout layout = new GridLayout(1, true); layout. [[#variable6074bce0]]= [[#variable6074bd80]]; layout.marginWidth = 0; [[#variable6074bc80]].setLayout(layout); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6074bce0]] | verticalSpacing |
1 | 2 | [[#6074bce0]] | marginHeight |
2 | 1 | [[#6074bd80]] | 3 |
2 | 2 | [[#6074bd80]] | 0 |
3 | 1 | [[#6074bc80]] | inner |
3 | 2 | [[#6074bc80]] | fShell |