CloneSet963


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16220.976class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11665
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/DumpApplicationCommand.java
21657
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/DumpSessionCommand.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
65
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/DumpApplicationCommand.java

/** Prefix for temp file names. */
private static final String PREFIX = "dump";

/** Suffix for temp file names. */
private static final String SUFFIX = "tmp";

/** Used to separate lines of data in the dump file. */
private static String SEP = "===================================================";

/** Application. */
private IApplication _app;

/** File to dump application to. */
private File _outFile;

/** Message handler to write status/error info to. */
private IMessageHandler _msgHandler;


First
Previous
Clone Instance
2
Line Count
16
Source Line
57
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/DumpSessionCommand.java

/** Prefix for temp file names. */
private static final String PREFIX = "dump";

/** Suffix for temp file names. */
private static final String SUFFIX = "tmp";

/** Used to separate lines of data in the dump file. */
private static String SEP = "===================================================";

/** Session to be dumped. */
private ISession _session;

/** File to dump session to. */
private File _outFile;

/** Message handler to write errors to. */
private IMessageHandler _msgHandler;


Clone AbstractionParameter Count: 2Parameter Bindings

/** Prefix for temp file names. */
private static final String PREFIX = "dump";

/** Suffix for temp file names. */
private static final String SUFFIX = "tmp";

/** Used to separate lines of data in the dump file. */
private static String SEP = "===================================================";

/** Session to be dumped. */
/** Application. */
private [[#variable1cd630a0]]  [[#variable1cd63060]];

/** File to dump session to. */
/** File to dump application to. */
private File _outFile;

/** Message handler to write errors to. */
/** Message handler to write status/error info to. */
private IMessageHandler _msgHandler;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd630a0]]
IApplication 
12[[#1cd630a0]]
ISession 
21[[#1cd63060]]
_app 
22[[#1cd63060]]
_session