Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 3 | 0.962 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerGrantFrame.java |
2 | 6 | 54 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerUserManagerFrame.java |
| |||||
private static final long serialVersionUID = 7592543018317340170L; private final String CR = System.getProperty("line.separator", "\n"); private final int DISPLAY_TYPE_TABLE = 0; private final int DISPLAY_TYPE_VIEW = 1; private final int DISPLAY_TYPE_PROCEDURE = 2; |
| |||||
private static final long serialVersionUID = 7592543018317340170L; private final String CR = System.getProperty("line.separator", "\n"); private final int TABLE_USERS_COL_USERNAME = 0; private final int TABLE_USERS_COL_USERID = 1; private final int TABLE_USERS_COL_GROUPID = 2; |
| |||
private static final long serialVersionUID = 7592543018317340170L; private final String CR = System.getProperty("line.separator", "\n"); private final int [[#variable1cdb6060]]= 0; private final int [[#variable1cdb6020]]= 1; private final int [[#variable1cdb1f20]]= 2; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdb6060]] | DISPLAY_TYPE_TABLE |
1 | 2 | [[#1cdb6060]] | TABLE_USERS_COL_USERNAME |
2 | 1 | [[#1cdb6020]] | DISPLAY_TYPE_VIEW |
2 | 2 | [[#1cdb6020]] | TABLE_USERS_COL_USERID |
3 | 1 | [[#1cdb1f20]] | DISPLAY_TYPE_PROCEDURE |
3 | 2 | [[#1cdb1f20]] | TABLE_USERS_COL_GROUPID |