Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 2 | 0.952 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 137 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/db/AliasGroup.java |
2 | 8 | 202 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriver.java |
3 | 6 | 138 | E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Folder.java |
| |||||
public void setIdentifier(IIdentifier id) { _id = id; } /** * Retrieve the name that describes this object. * * @return This objects name. */ public String getName() { return _name; } |
| |||||
public void setIdentifier(IIdentifier id) { _id = id; } public String getDriverClassName() { return _driverClassName; } |
| |||||
public void setIdentifier(IIdentifier id) { _id = id; } public String getName() { return _name; } |
| |||
public void setIdentifier(IIdentifier id) { _id = id; } /** * Retrieve the name that describes this object. * * @return This objects name. */ public String [[#variable1c868aa0]]() { return [[#variable1c868a80]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c868aa0]] | getName |
1 | 2 | [[#1c868aa0]] | getDriverClassName |
1 | 3 | [[#1c868aa0]] | getName |
2 | 1 | [[#1c868a80]] | _name |
2 | 2 | [[#1c868a80]] | _driverClassName |
2 | 3 | [[#1c868a80]] | _name |