CloneSet1606


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
25220.961class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123116
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/PostgresPlugin.java
225116
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java
Next
Last
Clone Instance
1
Line Count
23
Source Line
116
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/PostgresPlugin.java

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

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

/**
 * Returns a comma separated list of other contributors.
 * 
 * @return Contributors names.
 */
public String getContributors() {
  return "Daniel Regli, Yannick Winiger";
}


First
Previous
Clone Instance
2
Line Count
25
Source Line
116
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java

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

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

/**
 * 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: 2Parameter 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 "0.21";
}

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

/**
     * 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 a comma separated list of other contributors.
         * 
         * @return Contributors names.
         */
public String  [[#variable1c927c20]]() {
  return [[#variable1c9273c0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c927c20]]
getContributors 
12[[#1c927c20]]
getChangeLogFileName 
21[[#1c9273c0]]
"Daniel Regli, Yannick Winiger" 
22[[#1c9273c0]]
"changes.txt"