Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 144 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/ArtifactStatus.java |
2 | 9 | 132 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java |
| |||||
/** * @return the installed */ public boolean isInstalled() { return installed; } /** * @param installed the installed to set */ public void setInstalled(boolean installed) { this.installed = installed; } |
| |||||
/** * @return the installed */ public boolean isInstalled() { return installed; } /** * @param installed the installed to set */ public void setInstalled(boolean installed) { this.installed = installed; } |
| |||
/** * @return the installed */ public boolean isInstalled() { return installed; } /** * @param installed the installed to set */ public void setInstalled(boolean installed) { this.installed = installed; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |