Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.993 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 259 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java |
2 | 7 | 129 | 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 findInputForJavaElement(((IClassFile) je).getType()); } catch (JavaModelException ex) { return null; } |
| ||||
case IJavaElement.COMPILATION_UNIT: return getTypeForCU((ICompilationUnit) je); case IJavaElement.CLASS_FILE: try { return findElementToSelect(((IClassFile) je).getType()); } catch (JavaModelException ex) { return null; } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a62a440]] | findInputForJavaElement |
1 | 2 | [[#5a62a440]] | findElementToSelect |