Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 98 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/AddProjectAction.java |
2 | 13 | 94 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/sourcelookup/JavaProjectSourceContainerBrowser.java |
| ||||
Object[] selections = dialog.getResult(); List additions = new ArrayList(selections.length); try { for (int i = 0; i < selections.length; i++) { IJavaProject jp = (IJavaProject) selections[i]; if (dialog.isAddRequiredProjects()) { collectRequiredProjects(jp, additions); } else { additions.add(jp); } } } catch (JavaModelException e) { status.add(e.getStatus()); } |
| ||||
Object[] selections = dialog.getResult(); List additions = new ArrayList(selections.length); try { for (int i = 0; i < selections.length; i++) { IJavaProject jp = (IJavaProject) selections[i]; if (dialog.isAddRequiredProjects()) { collectRequiredProjects(jp, additions); } else { additions.add(jp); } } } catch (JavaModelException e) { status.add(e.getStatus()); } |
| |||
Object[] selections = dialog.getResult(); List additions = new ArrayList(selections.length); try { for (int i = 0; i < selections.length; i++) { IJavaProject jp = (IJavaProject) selections[i]; if (dialog.isAddRequiredProjects()) { collectRequiredProjects(jp, additions); } else { additions.add(jp); } } } catch (JavaModelException e) { status.add(e.getStatus()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |