Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.982 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 130 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OpenTypeSelectionDialog2.java |
2 | 7 | 270 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/PackageSelectionDialog.java |
| ||||
Point location = getShell().getLocation(); fSettings.put("x", location.x); //$NON-NLS-1$ fSettings.put("y", location.y); //$NON-NLS-1$ Point size = getShell().getSize(); fSettings.put("width", size.x); //$NON-NLS-1$ fSettings.put("height", size.y); //$NON-NLS-1$ |
| ||||
Point location = getShell().getLocation(); s.put("x", location.x); //$NON-NLS-1$ s.put("y", location.y); //$NON-NLS-1$ Point size = getShell().getSize(); s.put("width", size.x); //$NON-NLS-1$ s.put("height", size.y); //$NON-NLS-1$ |
| |||
Point location = getShell().getLocation(); [[#variable9badc100]].put("x", location.x); //$NON-NLS-1$ [[#variable9badc100]].put("y", location.y); //$NON-NLS-1$ Point size = getShell().getSize(); [[#variable9badc100]].put("width", size.x); //$NON-NLS-1$ [[#variable9badc100]].put("height", size.y); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9badc100]] | s |
1 | 2 | [[#9badc100]] | fSettings |