Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 2 | 0.971 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 21 | 250 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/ArtifactStatus.java |
2 | 16 | 111 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java |
| |||||
/** * Sets the size (in bytes) of the artifact. * * @param size the size of the file. */ public void setSize(long size) { this.size = size; } /** * @return the size */ public long getSize() { return size; } /** * Sets the checksum of the file. * * @param checksum the checksum of the file. */ public void setChecksum(long checksum) { this.checksum = checksum; } |
| |||||
/** * @param size the size to set */ public void setSize(long size) { this.size = size; } /** * @return the checksum */ public long getChecksum() { return checksum; } /** * @param checksum the checksum to set */ public void setChecksum(long checksum) { this.checksum = checksum; } |
| |||
/** * @param size the size to set */ /** * Sets the size (in bytes) of the artifact. * * @param size the size of the file. */ public void setSize(long size) { this.size = size; } /** * @return the checksum */ /** * @return the size */ public long [[#variable1c81fb60]]() { return [[#variable1c81ee60]]; } /** * @param checksum the checksum to set */ /** * Sets the checksum of the file. * * @param checksum the checksum of the file. */ public void setChecksum(long checksum) { this.checksum = checksum; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c81fb60]] | getSize |
1 | 2 | [[#1c81fb60]] | getChecksum |
2 | 1 | [[#1c81ee60]] | size |
2 | 2 | [[#1c81ee60]] | checksum |