CloneSet880


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.989statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14900
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerGrantFrame.java
24929
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerGrantFrame.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
900
Source File
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 = "";


First
Previous
Clone Instance
2
Line Count
4
Source Line
929
Source File
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 Procedure " + psGrantOn + " to " + psGrantTo;
if (sPrivileges.trim().equals(""))
  sSQLGrant = "";


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ccf3c40]]
" on " 
12[[#1ccf3c40]]
" on Procedure "