Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 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 | 64 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/DataImportPlugin.java |
2 | 13 | 98 | E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/SybaseASEPlugin.java |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.05"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Thorsten Mürell"; } |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.05"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Ken McCullough, Guido Wojke"; } |
| |||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.05"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return [[#variable1ca5c380]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca5c380]] | "Thorsten Mürell" |
1 | 2 | [[#1ca5c380]] | "Ken McCullough, Guido Wojke" |