Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.990 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 301 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
2 | 4 | 307 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
| ||||
public void partActivated(IWorkbenchPartReference ref) { IWorkbenchPart part = ref.getPart(false); if (part instanceof IEditorPart) editorActivated((IEditorPart) part); } |
| ||||
public void partInputChanged(IWorkbenchPartReference ref) { IWorkbenchPart part = ref.getPart(false); if (part instanceof IEditorPart) editorActivated((IEditorPart) part); } |
| |||
public void [[#variable5637dce0]](IWorkbenchPartReference ref) { IWorkbenchPart part = ref.getPart(false); if (part instanceof IEditorPart) editorActivated((IEditorPart) part); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5637dce0]] | partActivated |
1 | 2 | [[#5637dce0]] | partInputChanged |