Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.961 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 25 | 108 | E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java |
2 | 13 | 36 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/HibernatePlugin.java |
| |||||
/* (non-Javadoc) * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getVersion() */ public String getVersion() { return "0.01"; } /** * Returns the name of the Help file for the plugin. This should be a text or HTML file residing in the * <TT>getPluginAppSettingsFolder</TT> directory. * * @return the Help file name or <TT>null</TT> if plugin doesn't have a help file. */ public String getHelpFileName() { return "readme.html"; } /** * 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"; } |
| |||||
public String getVersion() { return "0.01"; } public String getAuthor() { return "Gerd Wagner"; } public String getChangeLogFileName() { return "changes.txt"; } |
| |||
/* (non-Javadoc) * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getVersion() */ public String getVersion() { return "0.01"; } /** * Returns the name of the Help file for the plugin. This should be a text or HTML file residing in the * <TT>getPluginAppSettingsFolder</TT> directory. * * @return the Help file name or <TT>null</TT> if plugin doesn't have a help file. */ public String [[#variable1c91c680]]() { return [[#variable1c91c4e0]]; } /** * 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 | [[#1c91c680]] | getHelpFileName |
1 | 2 | [[#1c91c680]] | getAuthor |
2 | 1 | [[#1c91c4e0]] | "readme.html" |
2 | 2 | [[#1c91c4e0]] | "Gerd Wagner" |