Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.972 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 275 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java |
2 | 7 | 297 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java |
| ||||
private void postRefresh( final Object root) { postRunnable(new Runnable() { public void run() { // 1GF87WR: ITPUI:ALL - SWTEx + NPE closing a workbench window. Control ctrl = fViewer.getControl(); if (ctrl != null && !ctrl.isDisposed()) fViewer.refresh(root); } } ); } |
| ||||
private void postRemove( final Object element) { postRunnable(new Runnable() { public void run() { // 1GF87WR: ITPUI:ALL - SWTEx + NPE closing a workbench window. Control ctrl = fViewer.getControl(); if (ctrl != null && !ctrl.isDisposed()) fViewer.remove(element); } } ); } |
| |||
private void [[#variablea4b78820]]( final Object [[#variablea4b787c0]]) { postRunnable(new Runnable() { public void run() { // 1GF87WR: ITPUI:ALL - SWTEx + NPE closing a workbench window. Control ctrl = fViewer.getControl(); if (ctrl != null && !ctrl.isDisposed()) fViewer. [[#variablea4b786e0]]( [[#variablea4b787c0]]); } } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4b78820]] | postRefresh |
1 | 2 | [[#a4b78820]] | postRemove |
2 | 1 | [[#a4b787c0]] | root |
2 | 2 | [[#a4b787c0]] | element |
3 | 1 | [[#a4b786e0]] | refresh |
3 | 2 | [[#a4b786e0]] | remove |