CloneSet1132


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1848
E:/TSE/Projects-CloneDR/sql12/plugins/sqlparam/src/net/sourceforge/squirrel_sql/plugins/sqlparam/SQLParamPlugin.java
2849
E:/TSE/Projects-CloneDR/sql12/plugins/sqlreplace/src/net/sourceforge/squirrel_sql/plugins/sqlreplace/SQLReplacePlugin.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
48
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlparam/src/net/sourceforge/squirrel_sql/plugins/sqlparam/SQLParamPlugin.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>();


First
Previous
Clone Instance
2
Line Count
8
Source Line
49
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlreplace/src/net/sourceforge/squirrel_sql/plugins/sqlreplace/SQLReplacePlugin.java

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>();


Clone AbstractionParameter Count: 0Parameter Bindings

//      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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None