Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 83 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java |
2 | 9 | 37 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/fw/sql/MockTableInfo.java |
| |||||
/** * @param type the type to set */ public void setType(String type) { this.type = type; } /** * @return the version */ public String getVersion() { return version; } |
| |||||
/** * @param type the type to set */ public void setType(String type) { this.type = type; } /** * @return the type */ public String getType() { return type; } |
| |||
/** * @param type the type to set */ public void setType(String type) { this.type = type; } /** * @return the version */ /** * @return the type */ public String [[#variable1c973e80]]() { return [[#variable1c973500]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c973e80]] | getVersion |
1 | 2 | [[#1c973e80]] | getType |
2 | 1 | [[#1c973500]] | version |
2 | 2 | [[#1c973500]] | type |