CloneSet527


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
42401.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14271
E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/CachePlugin.java
24255
E:/TSE/Projects-CloneDR/sql12/plugins/example/src/net/sourceforge/squirrel_sql/plugins/example/ExamplePlugin.java
34254
E:/TSE/Projects-CloneDR/sql12/plugins/i18n/src/net/sourceforge/squirrel_sql/plugins/i18n/I18nPlugin.java
442100
E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/UserScriptPlugin.java
Next
Last
Clone Instance
1
Line Count
42
Source Line
71
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/CachePlugin.java

/**
 * Returns the authors name.
 *
 * @return  the authors name.
 */
public String getAuthor() {
  return "Gerd Wagner";
}

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

/**
 * 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.txt";
}

/**
 * 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
42
Source Line
55
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/example/src/net/sourceforge/squirrel_sql/plugins/example/ExamplePlugin.java

/**
 * Returns the authors name.
 *
 * @return  the authors name.
 */
public String getAuthor() {
  return "Gerd Wagner";
}

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

/**
 * 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.txt";
}

/**
 * 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
3
Line Count
42
Source Line
54
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/i18n/src/net/sourceforge/squirrel_sql/plugins/i18n/I18nPlugin.java

/**
 * Returns the authors name.
 *
 * @return  the authors name.
 */
public String getAuthor() {
  return "Gerd Wagner";
}

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

/**
 * 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.txt";
}

/**
 * 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
4
Line Count
42
Source Line
100
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/UserScriptPlugin.java

/**
 * Returns the authors name.
 *
 * @return the authors name.
 */
public String getAuthor() {
  return "Gerd Wagner";
}

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

/**
 * 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.txt";
}

/**
 * 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: 0Parameter Bindings

/**
    * Returns the authors name.
    *
    * @return  the authors name.
    */
/**
    * Returns the authors name.
    *
    * @return the authors name.
    */
/**
         * Returns the authors name.
         *
         * @return  the authors name.
         */
public String getAuthor() {
  return "Gerd Wagner";
}

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

/**
    * 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.
         */
public String getHelpFileName() {
  return "readme.txt";
}

/**
    * 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.
         */
public String getLicenceFileName() {
  return "licence.txt";
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None