CloneSet2201


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
11163
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/EditExtrasPlugin.java
21087
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/SQLValidatorPlugin.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
63
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/EditExtrasPlugin.java

/** Listener to the SQL panel. */
private ISQLPanelListener _lis = new SQLPanelListener();

/**
 * Return the internal name of this plugin.
 *
 * @return  the internal name of this plugin.
 */
public String getInternalName() {
  return "editextras";
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
87
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/SQLValidatorPlugin.java

/** Listener to the SQL panel. */
private ISQLPanelListener _lis = new SQLPanelListener();

/**
 * Return the internal name of this plugin.
 *
 * @return      the internal name of this plugin.
 */
public String getInternalName() {
  return "sqlval";
}


Clone AbstractionParameter Count: 1Parameter Bindings

/** Listener to the SQL panel. */
private ISQLPanelListener _lis = new SQLPanelListener();

/**
         * Return the internal name of this plugin.
         *
         * @return  the internal name of this plugin.
         */
/**
         * Return the internal name of this plugin.
         *
         * @return      the internal name of this plugin.
         */
public String getInternalName() {
  return [[#variable1ca5daa0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca5daa0]]
"editextras" 
12[[#1ca5daa0]]
"sqlval"