Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.972 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 42 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ActionDelegateHelper.java |
2 | 5 | 86 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ScrapbookLauncher.java |
3 | 5 | 53 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java |
| ||||
public static ActionDelegateHelper getDefault() { if (fgDefault == null) { fgDefault = new ActionDelegateHelper(); } return fgDefault; } |
| ||||
public static ScrapbookLauncher getDefault() { if (fgDefault == null) { fgDefault = new ScrapbookLauncher(); } return fgDefault; } |
| ||||
/** * @return Returns the default manager instance. */ public static SelectionListenerWithASTManager getDefault() { if (fgDefault == null) { fgDefault = new SelectionListenerWithASTManager(); } return fgDefault; } |
| |||
/** * @return Returns the default manager instance. */ public static [[#variable53f41080]] getDefault() { if (fgDefault == null) { fgDefault = new [[#variable53f41080]](); } return fgDefault; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53f41080]] | SelectionListenerWithASTManager |
1 | 2 | [[#53f41080]] | ScrapbookLauncher |
1 | 3 | [[#53f41080]] | ActionDelegateHelper |