Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.975 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 148 | E:/TSE/Projects-CloneDR/sql12/plugins/example/src/net/sourceforge/squirrel_sql/plugins/example/ExamplePlugin.java |
2 | 3 | 232 | E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/SybaseASEPlugin.java |
| |||||
// Add context menu items to the object tree's view and procedure nodes. IObjectTreeAPI otApi = session.getSessionInternalFrame().getObjectTreeAPI(); otApi.addToPopup(DatabaseObjectType.VIEW, new ScriptDB2ViewAction(getApplication(), _resources, session)); otApi.addToPopup(DatabaseObjectType.PROCEDURE, new ScriptDB2ProcedureAction(getApplication(), _resources, session)); |
| |||||
// Add context menu items to the object tree's view and procedure nodes. IObjectTreeAPI otApi = session.getSessionInternalFrame().getObjectTreeAPI(); otApi.addToPopup(DatabaseObjectType.VIEW, new ScriptSybaseASEViewAction(getApplication(), _resources, session)); otApi.addToPopup(DatabaseObjectType.PROCEDURE, new ScriptSybaseASEProcedureAction(getApplication(), _resources, session)); |
| |||
// Add context menu items to the object tree's view and procedure nodes. IObjectTreeAPI otApi = session.getSessionInternalFrame().getObjectTreeAPI(); otApi.addToPopup(DatabaseObjectType.VIEW, new [[#variable1cd6a3e0]](getApplication(), _resources, session)); otApi.addToPopup(DatabaseObjectType.PROCEDURE, new [[#variable1cd6af80]](getApplication(), _resources, session)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd6a3e0]] | ScriptDB2ViewAction |
1 | 2 | [[#1cd6a3e0]] | ScriptSybaseASEViewAction |
2 | 1 | [[#1cd6af80]] | ScriptDB2ProcedureAction |
2 | 2 | [[#1cd6af80]] | ScriptSybaseASEProcedureAction |