CloneSet2187


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13194
E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPlugin.java
23187
E:/TSE/Projects-CloneDR/sql12/plugins/sqlreplace/src/net/sourceforge/squirrel_sql/plugins/sqlreplace/SQLReplacePlugin.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
194
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPlugin.java

/**
 * Get and return a string from the plugin resources.
 *
 * @param name name of the resource string to return.
 * @return resource string.
 */
protected String getResourceString(String name) {
  return resources.getString(name);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
187
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlreplace/src/net/sourceforge/squirrel_sql/plugins/sqlreplace/SQLReplacePlugin.java

/**
 * Get and return a string from the plugin resources.
 * 
 * @param name
 *           name of the resource string to return.
 * @return resource string.
 */
protected String getResourceString(String name) {
  return resources.getString(name);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Get and return a string from the plugin resources.
         * 
         * @param name
         *           name of the resource string to return.
         * @return resource string.
         */
/**
    * Get and return a string from the plugin resources.
    *
    * @param name name of the resource string to return.
    * @return resource string.
    */
protected String getResourceString(String name) {
  return resources.getString(name);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None