Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 3 | 0.973 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 166 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImplementorsSearchGroup.java |
2 | 12 | 169 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OccurrencesSearchGroup.java |
| ||||
/* * Method declared on ActionGroup. */ public void dispose() { ISelectionProvider provider = fSite.getSelectionProvider(); if (provider != null) { disposeAction(fFindImplementorsAction, provider); disposeAction(fFindImplementorsInProjectAction, provider); disposeAction(fFindImplementorsInWorkingSetAction, provider); } super.dispose(); fFindImplementorsAction = null; fFindImplementorsInProjectAction = null; fFindImplementorsInWorkingSetAction = null; updateGlobalActionHandlers(); } |
| ||||
/* * Method declared on ActionGroup. */ public void dispose() { ISelectionProvider provider = fSite.getSelectionProvider(); if (provider != null) { disposeAction(fFindImplementorOccurrencesAction, provider); disposeAction(fExceptionOccurrencesAction, provider); disposeAction(fOccurrencesInFileAction, provider); } super.dispose(); fFindImplementorOccurrencesAction = null; fExceptionOccurrencesAction = null; fOccurrencesInFileAction = null; updateGlobalActionHandlers(); } |
| |||
/* * Method declared on ActionGroup. */ public void dispose() { ISelectionProvider provider = fSite.getSelectionProvider(); if (provider != null) { disposeAction( [[#variablebb6abe20]], provider); disposeAction( [[#variablebb6abda0]], provider); disposeAction( [[#variablebb6abd40]], provider); } super.dispose(); [[#variablebb6abe20]]= null; [[#variablebb6abda0]]= null; [[#variablebb6abd40]]= null; updateGlobalActionHandlers(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb6abe20]] | fFindImplementorOccurrencesAction |
1 | 2 | [[#bb6abe20]] | fFindImplementorsAction |
2 | 1 | [[#bb6abda0]] | fExceptionOccurrencesAction |
2 | 2 | [[#bb6abda0]] | fFindImplementorsInProjectAction |
3 | 1 | [[#bb6abd40]] | fOccurrencesInFileAction |
3 | 2 | [[#bb6abd40]] | fFindImplementorsInWorkingSetAction |