Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.971 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 63 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/EditExtrasPlugin.java |
2 | 10 | 87 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/SQLValidatorPlugin.java |
| |||||
/** Listener to the SQL panel. */ private ISQLPanelListener _lis = new SQLPanelListener(); /** * Return the internal name of this plugin. * * @return the internal name of this plugin. */ public String getInternalName() { return "editextras"; } |
| |||||
/** Listener to the SQL panel. */ private ISQLPanelListener _lis = new SQLPanelListener(); /** * Return the internal name of this plugin. * * @return the internal name of this plugin. */ public String getInternalName() { return "sqlval"; } |
| |||
/** Listener to the SQL panel. */ private ISQLPanelListener _lis = new SQLPanelListener(); /** * Return the internal name of this plugin. * * @return the internal name of this plugin. */ /** * Return the internal name of this plugin. * * @return the internal name of this plugin. */ public String getInternalName() { return [[#variable1ca5daa0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca5daa0]] | "editextras" |
1 | 2 | [[#1ca5daa0]] | "sqlval" |