Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 671 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java |
2 | 4 | 677 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java |
| |||||
public void updateAsciiStream(String columnName, InputStream x, int length) throws SQLException { ProxyMethodManager.check("ProxyResultSet", "updateAsciiStream"); _rs.updateAsciiStream(columnName, x, length); } |
| |||||
public void updateBinaryStream(String columnName, InputStream x, int length) throws SQLException { ProxyMethodManager.check("ProxyResultSet", "updateBinaryStream"); _rs.updateBinaryStream(columnName, x, length); } |
| |||
public void [[#variable1cdfd900]](String columnName, InputStream x, int length) throws SQLException { ProxyMethodManager.check("ProxyResultSet", [[#variable1cdfd7e0]]); _rs. [[#variable1cdfd900]](columnName, x, length); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdfd900]] | updateAsciiStream |
1 | 2 | [[#1cdfd900]] | updateBinaryStream |
2 | 1 | [[#1cdfd7e0]] | "updateAsciiStream" |
2 | 2 | [[#1cdfd7e0]] | "updateBinaryStream" |