Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.950 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 303 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
2 | 4 | 462 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
3 | 4 | 494 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
| |||||
public Date getDate(String arg0, Calendar arg1) throws SQLException { return null; } |
| |||||
public Time getTime(String arg0, Calendar arg1) throws SQLException { return null; } |
| |||||
public Timestamp getTimestamp(String arg0, Calendar arg1) throws SQLException { return null; } |
| |||
public [[#variable1c89bdc0]] [[#variable1c89bd40]](String arg0, Calendar arg1) throws SQLException { return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c89bdc0]] | Date |
1 | 2 | [[#1c89bdc0]] | Time |
1 | 3 | [[#1c89bdc0]] | Timestamp |
2 | 1 | [[#1c89bd40]] | getDate |
2 | 2 | [[#1c89bd40]] | getTime |
2 | 3 | [[#1c89bd40]] | getTimestamp |