Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.991 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 414 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java |
2 | 5 | 497 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java |
| ||||
try { if (fActionGroup != null) fActionGroup.refresh(new DialogExplorerActionContext(fCurrentSelection, fCurrJProject)); } catch (JavaModelException e) { JavaPlugin.log(e); } |
| ||||
try { if (fActionGroup != null) fActionGroup.setContext(new DialogExplorerActionContext(fCurrentSelection, fCurrJProject)); } catch (JavaModelException e) { JavaPlugin.log(e); } |
| |||
try { if (fActionGroup != null) fActionGroup. [[#variable53b2e740]](new DialogExplorerActionContext(fCurrentSelection, fCurrJProject)); } catch (JavaModelException e) { JavaPlugin.log(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53b2e740]] | setContext |
1 | 2 | [[#53b2e740]] | refresh |