Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.994 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 59 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java |
2 | 8 | 42 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ProjectSelectionDialog.java |
| ||||
public InstanceFilterDialog( Shell parentShell, Object input, IStructuredContentProvider contentProvider, ILabelProvider labelProvider, String message ) { super(parentShell, input, contentProvider, labelProvider, message); setShellStyle(getShellStyle()| SWT.RESIZE); } |
| ||||
/** * @see ListSelectionDialog */ public ProjectSelectionDialog( Shell parentShell, Object input, IStructuredContentProvider contentProvider, ILabelProvider labelProvider, String message ) { super(parentShell, input, contentProvider, labelProvider, message); setShellStyle(getShellStyle()| SWT.RESIZE); } |
| |||
/** * @see ListSelectionDialog */ public [[#variable9ae63100]](Shell parentShell, Object input, IStructuredContentProvider contentProvider, ILabelProvider labelProvider, String message) { super(parentShell, input, contentProvider, labelProvider, message); setShellStyle(getShellStyle()|SWT.RESIZE); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ae63100]] | ProjectSelectionDialog |
1 | 2 | [[#9ae63100]] | InstanceFilterDialog |