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.978 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 384 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java |
2 | 7 | 286 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java |
| ||||
{ postRunnable(new Runnable() { public void run() { Control ctrl = fViewer.getControl(); if (ctrl != null && !ctrl.isDisposed()) fViewer.refresh(root, updateLabels); } } ); } |
| ||||
{ 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.add(parent, 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. [[#variableb5a783c0]]( [[#variableb6b8b9e0]], [[#variableb5a78440]]); } } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5a783c0]] | add |
1 | 2 | [[#b5a783c0]] | refresh |
2 | 1 | [[#b6b8b9e0]] | parent |
2 | 2 | [[#b6b8b9e0]] | root |
3 | 1 | [[#b5a78440]] | element |
3 | 2 | [[#b5a78440]] | updateLabels |