Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.981 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 287 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
2 | 4 | 294 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
| ||||
public void partVisible(IWorkbenchPartReference ref) { IWorkbenchPart part = ref.getPart(false); if (part == TypeHierarchyViewPart.this ) { visibilityChanged(true); } } |
| ||||
public void partHidden(IWorkbenchPartReference ref) { IWorkbenchPart part = ref.getPart(false); if (part == TypeHierarchyViewPart.this ) { visibilityChanged(false); } } |
| |||
public void [[#variable54f1bd40]](IWorkbenchPartReference ref) { IWorkbenchPart part = ref.getPart(false); if (part == TypeHierarchyViewPart.this ) { visibilityChanged( [[#variable54f1bc60]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54f1bd40]] | partVisible |
1 | 2 | [[#54f1bd40]] | partHidden |
2 | 1 | [[#54f1bc60]] | true |
2 | 2 | [[#54f1bc60]] | false |