Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
27 | 2 | 1 | 0.980 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 26 | 82 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphPlugin.java |
2 | 27 | 144 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxPugin.java |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "1.0"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Gerd Wagner"; } /** * Returns the name of the change log for the plugin. This should * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT> * directory. * * @return the changelog file name or <TT>null</TT> if plugin doesn't have * a change log. */ public String getChangeLogFileName() { return "changes.txt"; } |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "1.0"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Gerd Wagner, Colin Bell"; } /** * Returns the name of the change log for the plugin. This should * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT> * directory. * * @return the changelog file name or <TT>null</TT> if plugin doesn't have * a change log. */ public String getChangeLogFileName() { return "changes.txt"; } |
| |||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ /** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "1.0"; } /** * Returns the authors name. * * @return the authors name. */ /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return [[#variable1c91d020]]; } /** * Returns the name of the change log for the plugin. This should * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT> * directory. * * @return the changelog file name or <TT>null</TT> if plugin doesn't have * a change log. */ /** * Returns the name of the change log for the plugin. This should * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT> * directory. * * @return the changelog file name or <TT>null</TT> if plugin doesn't have * a change log. */ public String getChangeLogFileName() { return "changes.txt"; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c91d020]] | "Gerd Wagner" |
1 | 2 | [[#1c91d020]] | "Gerd Wagner, Colin Bell" |