Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.950 | interface_member_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 68 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLAlias.java |
2 | 7 | 90 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDriver.java |
| |||||
String getUrl(); void setUrl(String url) throws ValidationException; String getUserName(); void setUserName(String userName) throws ValidationException; |
| |||||
String getUrl(); void setUrl(String url) throws ValidationException; String getName(); void setName(String name) throws ValidationException; |
| |||
String getUrl(); void setUrl(String url) throws ValidationException; String [[#variable1c8a8300]](); void [[#variable1c8a82c0]](String [[#variable1c8a81a0]]) throws ValidationException; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8a8300]] | getUserName |
1 | 2 | [[#1c8a8300]] | getName |
2 | 1 | [[#1c8a82c0]] | setUserName |
2 | 2 | [[#1c8a82c0]] | setName |
3 | 1 | [[#1c8a81a0]] | userName |
3 | 2 | [[#1c8a81a0]] | name |