Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 17 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSetMetaData.java |
2 | 11 | 96 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSetMetaData.java |
| |||||
public String getCatalogName(int arg0) throws SQLException { if (_infos == null || _infos.length <= 0) { return null; } return _infos[0].getCatalogName(); } public String getColumnClassName(int arg0) throws SQLException { System.err.println("MockResultSetMetaData.getColumnClassName: stub not yet implemented"); return null; } |
| |||||
public String getSchemaName(int arg0) throws SQLException { if (_infos == null || _infos.length <= 0) { return null; } return _infos[0].getSchemaName(); } public String getTableName(int arg0) throws SQLException { System.err.println("MockResultSetMetaData.getTableName: stub not yet implemented"); return null; } |
| |||
public String [[#variable1ccefbe0]](int arg0) throws SQLException { if (_infos == null || _infos.length <= 0) { return null; } return _infos[0]. [[#variable1ccefbe0]](); } public String [[#variable1ccee0c0]](int arg0) throws SQLException { System.err.println( [[#variable1ccefb40]]); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccefbe0]] | getCatalogName |
1 | 2 | [[#1ccefbe0]] | getSchemaName |
2 | 1 | [[#1ccee0c0]] | getColumnClassName |
2 | 2 | [[#1ccee0c0]] | getTableName |
3 | 1 | [[#1ccefb40]] | "MockResultSetMetaData.getColumnClassName: stub not yet implemented" |
3 | 2 | [[#1ccefb40]] | "MockResultSetMetaData.getTableName: stub not yet implemented" |