Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 5 | 3 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 92 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/ArtifactStatus.java |
2 | 16 | 62 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java |
3 | 16 | 30 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ChannelXmlBean.java |
4 | 16 | 40 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerGrantDbObject.java |
5 | 13 | 9 | E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/kernel/Script.java |
| |||||
/** * @return the _name */ public String getName() { return name; } /** * @param name the _name to set */ public void setName(String name) { this.name = name; } /** * @return the _type */ public String getType() { return type; } |
| |||||
/** * @return the name */ public String getName() { return name; } /** * @param name the name to set */ public void setName(String name) { this.name = name; } /** * @return the type */ public String getType() { return type; } |
| |||||
/** * @return the name */ public String getName() { return name; } /** * @param name the name to set */ public void setName(String name) { this.name = name; } /** * @return the currentRelease */ public ReleaseXmlBean getCurrentRelease() { return currentRelease; } |
| |||||
/** * @return name of the database object */ public String getName() { return name; } /** * @param name name of the database object */ public void setName(String name) { this.name = name; } /** * @return owner of the database object */ public String getOwner() { return owner; } |
| |||||
public String getName() { return name; } public void setName(String name) { this.name = name; } public String getScriptClass() { return scriptClass; } |
| |||
/** * @return the name */ /** * @return name of the database object */ /** * @return the _name */ public String getName() { return name; } /** * @param name the name to set */ /** * @param name name of the database object */ /** * @param name the _name to set */ public void setName(String name) { this.name = name; } /** * @return the type */ /** * @return the currentRelease */ /** * @return owner of the database object */ /** * @return the _type */ public [[#variable1ce3e980]] [[#variable1ce3f580]]() { return [[#variable1ce2c5c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce3e980]] | String |
1 | 2 | [[#1ce3e980]] | String |
1 | 3 | [[#1ce3e980]] | ReleaseXmlBean |
1 | 4 | [[#1ce3e980]] | String |
1 | 5 | [[#1ce3e980]] | String |
2 | 1 | [[#1ce3f580]] | getType |
2 | 2 | [[#1ce3f580]] | getType |
2 | 3 | [[#1ce3f580]] | getCurrentRelease |
2 | 4 | [[#1ce3f580]] | getOwner |
2 | 5 | [[#1ce3f580]] | getScriptClass |
3 | 1 | [[#1ce2c5c0]] | type |
3 | 2 | [[#1ce2c5c0]] | type |
3 | 3 | [[#1ce2c5c0]] | currentRelease |
3 | 4 | [[#1ce2c5c0]] | owner |
3 | 5 | [[#1ce2c5c0]] | scriptClass |