Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 3 | 0.963 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 46 | E:/TSE/Projects-CloneDR/sql12/plugins/h2/src/net/sourceforge/squirrel_sql/plugins/h2/tab/IndexSourceTab.java |
2 | 8 | 41 | E:/TSE/Projects-CloneDR/sql12/plugins/h2/src/net/sourceforge/squirrel_sql/plugins/h2/tab/TriggerSourceTab.java |
3 | 8 | 46 | E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/tab/ViewSourceTab.java |
| |||||
/** Logger for this class. */ private final static ILogger s_log = LoggerController.createLogger(ViewSourceTab.class ); public IndexSourceTab(String hint, String stmtSep) { super(hint); super.setCompressWhitespace(true); super.setupFormatter(stmtSep, null); } |
| |||||
/** Logger for this class. */ private final static ILogger s_log = LoggerController.createLogger(TriggerSourceTab.class ); public TriggerSourceTab(String hint, String stmtSep) { super(hint); super.setCompressWhitespace(true); super.setupFormatter(stmtSep, null); } |
| |||||
/** Logger for this class. */ private final static ILogger s_log = LoggerController.createLogger(ViewSourceTab.class ); public ViewSourceTab(String hint, String stmtSep) { super(hint); super.setCompressWhitespace(false); super.setupFormatter(stmtSep, null); } |
| |||
/** Logger for this class. */ private final static ILogger s_log = LoggerController.createLogger( [[#variable1cee1f60]].class ); public [[#variable1cee1f00]](String hint, String stmtSep) { super(hint); super.setCompressWhitespace( [[#variable1cee1e60]]); super.setupFormatter(stmtSep, null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cee1f60]] | ViewSourceTab |
1 | 2 | [[#1cee1f60]] | TriggerSourceTab |
1 | 3 | [[#1cee1f60]] | ViewSourceTab |
2 | 1 | [[#1cee1f00]] | IndexSourceTab |
2 | 2 | [[#1cee1f00]] | TriggerSourceTab |
2 | 3 | [[#1cee1f00]] | ViewSourceTab |
3 | 1 | [[#1cee1e60]] | true |
3 | 2 | [[#1cee1e60]] | true |
3 | 3 | [[#1cee1e60]] | false |