Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 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 | 23 | 116 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/PostgresPlugin.java |
2 | 25 | 116 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.21"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Rob Manning"; } /** * Returns a comma separated list of other contributors. * * @return Contributors names. */ public String getContributors() { return "Daniel Regli, Yannick Winiger"; } |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.21"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Rob Manning"; } /** * 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 "0.21"; } /** * Returns the authors name. * * @return the authors name. */ /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Rob Manning"; } /** * 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 a comma separated list of other contributors. * * @return Contributors names. */ public String [[#variable1c927c20]]() { return [[#variable1c9273c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c927c20]] | getContributors |
1 | 2 | [[#1c927c20]] | getChangeLogFileName |
2 | 1 | [[#1c9273c0]] | "Daniel Regli, Yannick Winiger" |
2 | 2 | [[#1c9273c0]] | "changes.txt" |