CloneSet1608


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
27210.980class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12682
E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphPlugin.java
227144
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxPugin.java
Next
Last
Clone Instance
1
Line Count
26
Source Line
82
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphPlugin.java

/**
 * Returns the current version of this plugin.
 *
 * @return the current version of this plugin.
 */
public String getVersion() {
  return "1.0";
}

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


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

/**
 * Returns the current version of this plugin.
 *
 * @return      the current version of this plugin.
 */
public String getVersion() {
  return "1.0";
}

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

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


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Returns the current version of this plugin.
         *
         * @return      the current version of this plugin.
         */
/**
    * Returns the current version of this plugin.
    *
    * @return the current version of this plugin.
    */
public String getVersion() {
  return "1.0";
}

/**
         * Returns the authors name.
         *
         * @return      the authors name.
         */
/**
    * Returns the authors name.
    *
    * @return the authors name.
    */
public String getAuthor() {
  return [[#variable1c91d020]];
}

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c91d020]]
"Gerd Wagner" 
12[[#1c91d020]]
"Gerd Wagner, Colin Bell"