CloneSet6094


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

                                IJavaElement parent = (IJavaElement) internalGetParent(element);
                                // avoid posting a refresh to an invisible parent
                                if (element.equals(fInput)) {
                                        postRefresh(element);
                                }
                                else   {
                                        postRefresh(parent);
                                }


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

                                IJavaElement parent = (IJavaElement) internalGetParent(element);
                                // 1GE8SI6: ITPJUI:WIN98 - Rename is not shown in Packages View
                                // avoid posting a refresh to an invisible parent
                                if (element.equals(fInput)) {
                                        postRefresh(element);
                                }
                                else   {
                                        postRefresh(parent);
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

IJavaElement parent = (IJavaElement) internalGetParent(element);
// 1GE8SI6: ITPJUI:WIN98 - Rename is not shown in Packages View
// avoid posting a refresh to an invisible parent
if (element.equals(fInput)) {
  postRefresh(element);
}
else {
  postRefresh(parent);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None