Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 2 | 0.976 | class_body_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 65 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/DumpApplicationCommand.java |
2 | 16 | 57 | 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 = "==================================================="; /** Application. */ private IApplication _app; /** File to dump application to. */ private File _outFile; /** Message handler to write status/error info to. */ private IMessageHandler _msgHandler; |
| |||||
/** 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; |
| |||
/** 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd630a0]] | IApplication |
1 | 2 | [[#1cd630a0]] | ISession |
2 | 1 | [[#1cd63060]] | _app |
2 | 2 | [[#1cd63060]] | _session |