Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 95 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/AbstractHierarchyViewerSorter.java |
2 | 1 | 96 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/AbstractHierarchyViewerSorter.java |
| ||||
IType def1 = (e1 instanceof IMethod) ? getDefiningType((IMethod) e1): null; |
| ||||
IType def2 = (e2 instanceof IMethod) ? getDefiningType((IMethod) e2): null; |
| |||
IType [[#variable774f80a0]]= ( [[#variable774f8020]]instanceof IMethod) ? getDefiningType((IMethod) [[#variable774f8020]]): null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#774f80a0]] | def2 |
1 | 2 | [[#774f80a0]] | def1 |
2 | 1 | [[#774f8020]] | e2 |
2 | 2 | [[#774f8020]] | e1 |