Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 1 | 0.964 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 138 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
2 | 10 | 174 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
3 | 10 | 518 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
| |||||
public InputStream getAsciiStream(int arg0) throws SQLException { return null; } public InputStream getAsciiStream(String arg0) throws SQLException { return null; } |
| |||||
public InputStream getBinaryStream(int arg0) throws SQLException { return null; } public InputStream getBinaryStream(String arg0) throws SQLException { return null; } |
| |||||
public InputStream getUnicodeStream(int arg0) throws SQLException { return null; } public InputStream getUnicodeStream(String arg0) throws SQLException { return null; } |
| |||
public InputStream [[#variable1cd27e00]](int arg0) throws SQLException { return null; } public InputStream [[#variable1cd27e00]](String arg0) throws SQLException { return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd27e00]] | getAsciiStream |
1 | 2 | [[#1cd27e00]] | getBinaryStream |
1 | 3 | [[#1cd27e00]] | getUnicodeStream |