CloneSet2198


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.971class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11164
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/DataImportPlugin.java
21398
E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/SybaseASEPlugin.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
64
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/DataImportPlugin.java

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

/**
 * Returns the authors name.
 *
 * @return  the authors name.
 */
public String getAuthor() {
  return "Thorsten Mürell";
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
98
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/SybaseASEPlugin.java

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

/**
 * Returns the authors name.
 *
 * @return  the authors name.
 */
public String getAuthor() {
  return "Ken McCullough, Guido Wojke";
}


Clone AbstractionParameter Count: 1Parameter Bindings

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

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca5c380]]
"Thorsten Mürell" 
12[[#1ca5c380]]
"Ken McCullough, Guido Wojke"