CloneSet4984


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.972class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17275
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java
27297
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java
Clone Instance
1
Line Count
7
Source Line
275
Source File
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);
                        }
                             } );
        }


Clone Instance
2
Line Count
7
Source Line
297
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java

        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);
                        }
                             } );
        }


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4b78820]]
postRefresh 
12[[#a4b78820]]
postRemove 
21[[#a4b787c0]]
root 
22[[#a4b787c0]]
element 
31[[#a4b786e0]]
refresh 
32[[#a4b786e0]]
remove