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 | 13 | 51 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/DummyAppPlugin.java |
2 | 11 | 57 | E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/SavedQueriesPlugin.java |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.1"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Colin Bell"; } |
| |||||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.1"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return "Udi Ipalawatte"; } |
| |||
/** * Returns the current version of this plugin. * * @return the current version of this plugin. */ public String getVersion() { return "0.1"; } /** * Returns the authors name. * * @return the authors name. */ public String getAuthor() { return [[#variable1ca5caa0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca5caa0]] | "Colin Bell" |
1 | 2 | [[#1ca5caa0]] | "Udi Ipalawatte" |