CloneSet144


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
111910.971class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116136
E:/TSE/Projects-CloneDR/sql12/plugins/codecompletion/src/net/sourceforge/squirrel_sql/plugins/codecompletion/CodeCompletionPlugin.java
211156
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/DB2Plugin.java
39149
E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/DerbyPlugin.java
416127
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/EditExtrasPlugin.java
513160
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/ExportConfigPlugin.java
611102
E:/TSE/Projects-CloneDR/sql12/plugins/firebird/src/org/firebirdsql/squirrel/FirebirdPlugin.java
716118
E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphPlugin.java
811137
E:/TSE/Projects-CloneDR/sql12/plugins/h2/src/net/sourceforge/squirrel_sql/plugins/h2/H2Plugin.java
9851
E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/HibernatePlugin.java
1016144
E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFPlugin.java
116129
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/MssqlPlugin.java
1213192
E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/MysqlPlugin.java
1311232
E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/OraclePlugin.java
1411152
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/PostgresPlugin.java
1515152
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java
1613150
E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPlugin.java
1714117
E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/SQLScriptPlugin.java
1816161
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/SQLValidatorPlugin.java
1916181
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxPugin.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
136
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/codecompletion/src/net/sourceforge/squirrel_sql/plugins/codecompletion/CodeCompletionPlugin.java

/**
 * Returns the name of the Help file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Help file name or <TT>null</TT> if plugin doesn't have
 *                      a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Licence file name or <TT>null</TT> if plugin doesn't have
 *                      a licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
2
Line Count
11
Source Line
156
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/DB2Plugin.java

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
3
Line Count
9
Source Line
149
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/DerbyPlugin.java

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
4
Line Count
16
Source Line
127
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/EditExtrasPlugin.java

/**
 * Returns the name of the Help file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Help file name or <TT>null</TT> if plugin doesn't have
 *                      a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Licence file name or <TT>null</TT> if plugin doesn't have
 *                      a licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
5
Line Count
13
Source Line
160
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/ExportConfigPlugin.java

/**
 * Retrieve the name of the help file.
 *
 * @return      The nane of the help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Retrieve the name of the licence file.
 *
 * @return      The nane of the licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
6
Line Count
11
Source Line
102
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebird/src/org/firebirdsql/squirrel/FirebirdPlugin.java

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
7
Line Count
16
Source Line
118
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphPlugin.java

/**
 * Returns the name of the Help file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return   the Help file name or <TT>null</TT> if plugin doesn't have
 * a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return   the Licence file name or <TT>null</TT> if plugin doesn't have
 * a licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
8
Line Count
11
Source Line
137
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/h2/src/net/sourceforge/squirrel_sql/plugins/h2/H2Plugin.java

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
9
Line Count
8
Source Line
51
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/HibernatePlugin.java

public String getHelpFileName() {
  return "readme.html";
}

public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
10
Line Count
16
Source Line
144
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFPlugin.java

/**
 * Returns the name of the Help file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Help file name or <TT>null</TT> if plugin doesn't have
 *                      a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Licence file name or <TT>null</TT> if plugin doesn't have
 *                      a licence file.
 */
public String getLicenceFileName() {
  return "licences.html";
}


Next
Previous
Clone Instance
11
Line Count
6
Source Line
129
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/MssqlPlugin.java

public String getHelpFileName() {
  return "readme.html";
}

public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
12
Line Count
13
Source Line
192
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/MysqlPlugin.java

/**
 * Retrieve the name of the help file.
 * 
 * @return The nane of the help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Retrieve the name of the licence file.
 * 
 * @return The nane of the licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
13
Line Count
11
Source Line
232
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/OraclePlugin.java

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
14
Line Count
11
Source Line
152
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/PostgresPlugin.java

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
15
Line Count
15
Source Line
152
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java

/**
 * Returns the name of the Help file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return the Help file name or <TT>null</TT> if plugin doesn't have
 *         a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return the Licence file name or <TT>null</TT> if plugin doesn't have
 *         a licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
16
Line Count
13
Source Line
150
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPlugin.java

/**
 * Returns the name of the Help file for the plugin.
 *
 * @return the help file name.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Help file for the plugin.
 *
 * @return the license file name.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
17
Line Count
14
Source Line
117
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/SQLScriptPlugin.java

/**
 * Returns the name of the Help file for the plugin. This should be a text or HTML file residing in the
 * <TT>getPluginAppSettingsFolder</TT> directory.
 * 
 * @return the Help file name or <TT>null</TT> if plugin doesn't have a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should be a text or HTML file residing in the
 * <TT>getPluginAppSettingsFolder</TT> directory.
 * 
 * @return the Licence file name or <TT>null</TT> if plugin doesn't have a licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Next
Previous
Clone Instance
18
Line Count
16
Source Line
161
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/SQLValidatorPlugin.java

/**
 * Returns the name of the Help file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Help file name or <TT>null</TT> if plugin doesn't have
 *                      a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Licence file name or <TT>null</TT> if plugin doesn't have
 *                      a licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


First
Previous
Clone Instance
19
Line Count
16
Source Line
181
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxPugin.java

/**
 * Returns the name of the Help file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Help file name or <TT>null</TT> if plugin doesn't have
 *                      a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the Licence file for the plugin. This should
 * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
 * directory.
 *
 * @return      the Licence file name or <TT>null</TT> if plugin doesn't have
 *                      a licence file.
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
         */
/**
         * Returns the name of the Help file for the plugin. This should
         * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
         * directory.
         *
         * @return      the Help file name or <TT>null</TT> if plugin doesn't have
         *                      a help file.
         */
/**
         * Retrieve the name of the help file.
         * 
         * @return The nane of the help file.
         */
/**
         * Returns the name of the Help file for the plugin. This should
         * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
         * directory.
         *
         * @return      the Help file name or <TT>null</TT> if plugin doesn't have
         *                      a help file.
         */
/**
    * Returns the name of the Help file for the plugin.
    *
    * @return the help file name.
    */
/**
     * Returns the name of the Help file for the plugin. This should
     * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
     * directory.
     *
     * @return the Help file name or <TT>null</TT> if plugin doesn't have
     *         a help file.
     */
/**
         * Returns the name of the Help file for the plugin. This should be a text or HTML file residing in the
         * <TT>getPluginAppSettingsFolder</TT> directory.
         * 
         * @return the Help file name or <TT>null</TT> if plugin doesn't have a help file.
         */
/**
    * Returns the name of the Help file for the plugin. This should
    * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
    * directory.
    *
    * @return   the Help file name or <TT>null</TT> if plugin doesn't have
    * a help file.
    */
/**
    * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
    */
/**
     * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getHelpFileName()
     */
/**
         * Retrieve the name of the help file.
         *
         * @return      The nane of the help file.
         */
public String getHelpFileName() {
  return "readme.html";
}

/**
         * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
         */
/**
         * Returns the name of the Licence file for the plugin. This should
         * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
         * directory.
         *
         * @return      the Licence file name or <TT>null</TT> if plugin doesn't have
         *                      a licence file.
         */
/**
         * Retrieve the name of the licence file.
         * 
         * @return The nane of the licence file.
         */
/**
         * Returns the name of the Licence file for the plugin. This should
         * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
         * directory.
         *
         * @return      the Licence file name or <TT>null</TT> if plugin doesn't have
         *                      a licence file.
         */
/**
    * Returns the name of the Help file for the plugin.
    *
    * @return the license file name.
    */
/**
     * Returns the name of the Licence file for the plugin. This should
     * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
     * directory.
     *
     * @return the Licence file name or <TT>null</TT> if plugin doesn't have
     *         a licence file.
     */
/**
         * Returns the name of the Licence file for the plugin. This should be a text or HTML file residing in the
         * <TT>getPluginAppSettingsFolder</TT> directory.
         * 
         * @return the Licence file name or <TT>null</TT> if plugin doesn't have a licence file.
         */
/**
    * Returns the name of the Licence file for the plugin. This should
    * be a text or HTML file residing in the <TT>getPluginAppSettingsFolder</TT>
    * directory.
    *
    * @return   the Licence file name or <TT>null</TT> if plugin doesn't have
    * a licence file.
    */
/**
    * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
    */
/**
     * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
     */
/**
         * Retrieve the name of the licence file.
         *
         * @return      The nane of the licence file.
         */
public String getLicenceFileName() {
  return [[#variable1af5a340]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1af5a340]]
"licence.txt" 
12[[#1af5a340]]
"licence.txt" 
13[[#1af5a340]]
"licence.txt" 
14[[#1af5a340]]
"licence.txt" 
15[[#1af5a340]]
"licence.txt" 
16[[#1af5a340]]
"licence.txt" 
17[[#1af5a340]]
"licence.txt" 
18[[#1af5a340]]
"licence.txt" 
19[[#1af5a340]]
"licence.txt" 
110[[#1af5a340]]
"licences.html" 
111[[#1af5a340]]
"licence.txt" 
112[[#1af5a340]]
"licence.txt" 
113[[#1af5a340]]
"licence.txt" 
114[[#1af5a340]]
"licence.txt" 
115[[#1af5a340]]
"licence.txt" 
116[[#1af5a340]]
"licence.txt" 
117[[#1af5a340]]
"licence.txt" 
118[[#1af5a340]]
"licence.txt" 
119[[#1af5a340]]
"licence.txt"