CloneSet584


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13310.988class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11359
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/tab/TableSourceTab.java
21567
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/tab/UDFSourceTab.java
31356
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/tab/ViewSourceTab.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
59
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/tab/TableSourceTab.java

/** boolean to indicate whether or not this session is OS/400 */
private boolean isOS400 = false;

/**
 * Constructor
 * 
 * @param isOS400
 *        whether or not we are connected to an OS/400 system
 */
public TableSourceTab(String hint, String stmtSep, boolean isOS400) {
  super(hint);
  super.setCompressWhitespace(true);
  super.setupFormatter(stmtSep, null);
  this.isOS400 = isOS400;
}


Next
Previous
Clone Instance
2
Line Count
15
Source Line
67
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/tab/UDFSourceTab.java

/** whether or not we are connected to OS/400 */
private boolean isOS400 = false;

/**
 * Constructor
 * 
 * @param hint
 * @param stmtSep
 * @param isOS400 whether or not we are connected to OS/400
 */
public UDFSourceTab(String hint, String stmtSep, boolean isOS400) {
  super(hint);
  super.setCompressWhitespace(true);
  super.setupFormatter(stmtSep, null);
  this.isOS400 = isOS400;
}


First
Previous
Clone Instance
3
Line Count
13
Source Line
56
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/db2/src/net/sourceforge/squirrel_sql/plugins/db2/tab/ViewSourceTab.java

/** boolean to indicate whether or not this session is OS/400 */
private boolean isOS400 = false;

/**
 * Constructor
 * 
 * @param isOS400 whether or not we are connected to an OS/400 system
 */
public ViewSourceTab(String hint, String stmtSep, boolean isOS400) {
  super(hint);
  super.setCompressWhitespace(true);
  super.setupFormatter(stmtSep, null);
  this.isOS400 = isOS400;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/** boolean to indicate whether or not this session is OS/400 */
/** whether or not we are connected to OS/400 */
private boolean isOS400 = false;

/**
         * Constructor
         * 
         * @param isOS400
         *        whether or not we are connected to an OS/400 system
         */
/**
     * Constructor
     * 
     * @param isOS400 whether or not we are connected to an OS/400 system
     */
/**
     * Constructor
     * 
     * @param hint
     * @param stmtSep
     * @param isOS400 whether or not we are connected to OS/400
     */
public [[#variable1ced4240]](String hint, String stmtSep, boolean isOS400) {
  super(hint);
  super.setCompressWhitespace(true);
  super.setupFormatter(stmtSep, null);
  this.isOS400 = isOS400;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ced4240]]
TableSourceTab 
12[[#1ced4240]]
UDFSourceTab 
13[[#1ced4240]]
ViewSourceTab