CloneSet5210


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.978block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16384
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java
27286
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java
Clone Instance
1
Line Count
6
Source Line
384
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java

                                                                                {
                postRunnable(new Runnable() {
                        public void run() {
                                Control ctrl = fViewer.getControl();
                                if (ctrl != null && !ctrl.isDisposed())
                                        fViewer.refresh(root, updateLabels);
                        }
                             } );
                                                                                }


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

{
  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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b5a783c0]]
add 
12[[#b5a783c0]]
refresh 
21[[#b6b8b9e0]]
parent 
22[[#b6b8b9e0]]
root 
31[[#b5a78440]]
element 
32[[#b5a78440]]
updateLabels