Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1153 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
2 | 2 | 1177 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
| ||||
if (nSelected == 1 && fSelectInEditor) { revealElementInEditor(selected.get(0), fMethodsViewer); } |
| ||||
if (nSelected == 1 && fSelectInEditor) { revealElementInEditor(selected.get(0), getCurrentViewer()); } |
| |||
if (nSelected == 1 && fSelectInEditor) { revealElementInEditor(selected.get(0), [[#variable9b4c5e80]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b4c5e80]] | fMethodsViewer |
1 | 2 | [[#9b4c5e80]] | getCurrentViewer() |