CloneSet1665


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11068
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/CopyExecutor.java
21067
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/DiffExecutor.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
68
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/CopyExecutor.java

/** the class that provides out session information */
SessionInfoProvider prov = null;

/** the source session.  This comes from prov */
ISession sourceSession = null;

/** the destination session.  This comes from prov */
ISession destSession = null;

/** the thread we do the work in */
private Thread execThread = null;


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

/** the class that provides out session information */
SessionInfoProvider prov = null;

/** the source session.  This comes from prov */
ISession sourceSession = null;

/** the destination session.  This comes from prov */
ISession destSession = null;

/** the thread we do the work in */
private Thread execThread = null;


Clone AbstractionParameter Count: 0Parameter Bindings

/** the class that provides out session information */
SessionInfoProvider prov = null;

/** the source session.  This comes from prov */
ISession sourceSession = null;

/** the destination session.  This comes from prov */
ISession destSession = null;

/** the thread we do the work in */
private Thread execThread = null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None