Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 47 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/globalactions/NewSubmenu.java |
2 | 10 | 56 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/globalactions/NewSubmenu.java |
| |||||
try { frameHandler = PluginManager.getInstance().getExtensionHandler(IExtensionHandlerKeys.ORG_COLUMBA_CORE_FRAME); } catch (PluginHandlerNotFoundException e) { e.printStackTrace(); return; } |
| |||||
try { newItemHandler = PluginManager.getInstance().getExtensionHandler(IExtensionHandlerKeys.ORG_COLUMBA_CORE_NEWITEM); } catch (PluginHandlerNotFoundException e) { e.printStackTrace(); return; } |
| |||
try { [[#variable1319ca00]]= PluginManager.getInstance().getExtensionHandler(IExtensionHandlerKeys. [[#variable1319cc00]]); } catch (PluginHandlerNotFoundException e) { e.printStackTrace(); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1319ca00]] | frameHandler |
1 | 2 | [[#1319ca00]] | newItemHandler |
2 | 1 | [[#1319cc00]] | ORG_COLUMBA_CORE_FRAME |
2 | 2 | [[#1319cc00]] | ORG_COLUMBA_CORE_NEWITEM |