Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 132 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DerbyDialectExt.java |
2 | 10 | 138 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PointbaseDialectExt.java |
| |||||
/** * @see net.sourceforge.squirrel_sql.fw.dialects.DB2DialectExt#getMaxPrecision(int) */ @Override public int getMaxPrecision( final int dataType) { if (dataType == Types.DOUBLE || dataType == Types.FLOAT) { return 48; } else { return 31; } } |
| |||||
/** * @see net.sourceforge.squirrel_sql.fw.dialects.CommonHibernateDialect#getMaxPrecision(int) */ @Override public int getMaxPrecision( final int dataType) { if (dataType == Types.DOUBLE || dataType == Types.FLOAT) { return 48; } else { return 31; } } |
| |||
/** * @see net.sourceforge.squirrel_sql.fw.dialects.DB2DialectExt#getMaxPrecision(int) */ /** * @see net.sourceforge.squirrel_sql.fw.dialects.CommonHibernateDialect#getMaxPrecision(int) */ @Override public int getMaxPrecision( final int dataType) { if (dataType == Types.DOUBLE || dataType == Types.FLOAT) { return 48; } else { return 31; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |