Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 900 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerGrantFrame.java |
2 | 4 | 929 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerGrantFrame.java |
| |||||
String sSQLRevoke = "Revoke all on " + psGrantOn + " from " + psGrantTo; String sPrivileges = getSelectedPrivileges(); String sSQLGrant = "Grant " + sPrivileges + " on " + psGrantOn + " to " + psGrantTo; if (sPrivileges.trim().equals("")) sSQLGrant = ""; |
| |||||
String sSQLRevoke = "Revoke all on " + psGrantOn + " from " + psGrantTo; String sPrivileges = getSelectedPrivileges(); String sSQLGrant = "Grant " + sPrivileges + " on Procedure " + psGrantOn + " to " + psGrantTo; if (sPrivileges.trim().equals("")) sSQLGrant = ""; |
| |||
String sSQLRevoke = "Revoke all on " + psGrantOn + " from " + psGrantTo; String sPrivileges = getSelectedPrivileges(); String sSQLGrant = "Grant " + sPrivileges + [[#variable1ccf3c40]] + psGrantOn + " to " + psGrantTo; if (sPrivileges.trim().equals("")) sSQLGrant = ""; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccf3c40]] | " on " |
1 | 2 | [[#1ccf3c40]] | " on Procedure " |