Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 48 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlparam/src/net/sourceforge/squirrel_sql/plugins/sqlparam/SQLParamPlugin.java |
2 | 8 | 49 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlreplace/src/net/sourceforge/squirrel_sql/plugins/sqlreplace/SQLReplacePlugin.java |
| |||||
// private static final String PREFS_FILE_NAME = "sqlparamprefs.xml"; Map<String, String> cache; /** * Remember which sqlpanelapis we've registered listeners with so that we * can unregister them when it's time to unload. */ HashMap<ISQLPanelAPI, ISQLExecutionListener> panelListenerMap = new HashMap<ISQLPanelAPI, ISQLExecutionListener>(); |
| |||||
Map<String, String> cache; /** * Remember which sqlpanelapis we've registered listeners with so that we can unregister them when it's * time to unload. */ HashMap<ISQLPanelAPI, ISQLExecutionListener> panelListenerMap = new HashMap<ISQLPanelAPI, ISQLExecutionListener>(); |
| |||
// private static final String PREFS_FILE_NAME = "sqlparamprefs.xml"; Map<String, String> cache; /** * Remember which sqlpanelapis we've registered listeners with so that we * can unregister them when it's time to unload. */ /** * Remember which sqlpanelapis we've registered listeners with so that we can unregister them when it's * time to unload. */ HashMap<ISQLPanelAPI, ISQLExecutionListener> panelListenerMap = new HashMap<ISQLPanelAPI, ISQLExecutionListener>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |