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.966 | class_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 51 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/RuntimeClasspathViewer.java |
2 | 7 | 786 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java |
| ||||
{ /** * @see IStructuredContentProvider#getElements(Object) */ public Object[] getElements(Object inputElement) { return getEntries(); } /** * @see IContentProvider#dispose() */ public void dispose() { } /** * @see IContentProvider#inputChanged(Viewer, Object, Object) */ public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { } } |
| ||||
{ public Object[] getElements(Object inputElement) { return fSubstitutions; } public void dispose() { } public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { } } |
| |||
{ /** * @see IStructuredContentProvider#getElements(Object) */ public Object[] getElements(Object inputElement) { return [[#variable526af620]]; } /** * @see IContentProvider#dispose() */ public void dispose() { } /** * @see IContentProvider#inputChanged(Viewer, Object, Object) */ public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526af620]] | fSubstitutions |
1 | 2 | [[#526af620]] | getEntries() |