CloneSet4610


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.993switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17259
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java
27129
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/TypesView.java
Clone Instance
1
Line Count
7
Source Line
259
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java

                        case IJavaElement.COMPILATION_UNIT:
                                return getTypeForCU((ICompilationUnit) je);
                        case IJavaElement.CLASS_FILE:
                                try {
                                        return findInputForJavaElement(((IClassFile) je).getType());
                                } catch (JavaModelException ex) {
                                        return null;
                                  }


Clone Instance
2
Line Count
7
Source Line
129
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/TypesView.java

                        case IJavaElement.COMPILATION_UNIT:
                                return getTypeForCU((ICompilationUnit) je);
                        case IJavaElement.CLASS_FILE:
                                try {
                                        return findElementToSelect(((IClassFile) je).getType());
                                } catch (JavaModelException ex) {
                                        return null;
                                  }


Clone AbstractionParameter Count: 1Parameter Bindings

case IJavaElement.COMPILATION_UNIT:
  return getTypeForCU((ICompilationUnit) je);
case IJavaElement.CLASS_FILE:
  try {
    return [[#variable5a62a440]](((IClassFile) je).getType());
  }
  catch (JavaModelException ex) {
    return null;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5a62a440]]
findInputForJavaElement 
12[[#5a62a440]]
findElementToSelect