CloneSet2199


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.971class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11351
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/DummyAppPlugin.java
21157
E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/SavedQueriesPlugin.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
51
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/DummyAppPlugin.java

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

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


First
Previous
Clone Instance
2
Line Count
11
Source Line
57
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/SavedQueriesPlugin.java

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

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca5caa0]]
"Colin Bell" 
12[[#1ca5caa0]]
"Udi Ipalawatte"