Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.952 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 64 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoPackageAction.java |
2 | 5 | 355 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java |
| ||||
PackageSelectionDialog dialog = new PackageSelectionDialog(shell, progressService, flag, scope); dialog.setFilter(""); //$NON-NLS-1$ dialog.setIgnoreCase(false); dialog.setMultipleSelection(false); return dialog; |
| ||||
PackageSelectionDialog dialog = new PackageSelectionDialog(parent, context, flag, scope); dialog.setFilter(filter); dialog.setIgnoreCase(false); dialog.setMultipleSelection(multipleSelection); return dialog; |
| |||
PackageSelectionDialog dialog = new PackageSelectionDialog( [[#variablea463aca0]], [[#variable9c35d7c0]], flag, scope); dialog.setFilter( [[#variable9c35d760]]); //$NON-NLS-1$ dialog.setIgnoreCase(false); dialog.setMultipleSelection( [[#variableb0bf3240]]); return dialog; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a463aca0]] | parent |
1 | 2 | [[#a463aca0]] | shell |
2 | 1 | [[#9c35d7c0]] | context |
2 | 2 | [[#9c35d7c0]] | progressService |
3 | 1 | [[#9c35d760]] | filter |
3 | 2 | [[#9c35d760]] | "" |
4 | 1 | [[#b0bf3240]] | multipleSelection |
4 | 2 | [[#b0bf3240]] | false |