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.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 358 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java |
2 | 4 | 364 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java |
| |||||
public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException { ProxyMethodManager.check("ProxyResultSet", "updateAsciiStream"); _rs.updateAsciiStream(columnIndex, x, length); } |
| |||||
public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException { ProxyMethodManager.check("ProxyResultSet", "updateBinaryStream"); _rs.updateBinaryStream(columnIndex, x, length); } |
| |||
public void [[#variable1c80e200]](int columnIndex, InputStream x, int length) throws SQLException { ProxyMethodManager.check("ProxyResultSet", [[#variable1c80e0e0]]); _rs. [[#variable1c80e200]](columnIndex, x, length); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c80e200]] | updateAsciiStream |
1 | 2 | [[#1c80e200]] | updateBinaryStream |
2 | 1 | [[#1c80e0e0]] | "updateAsciiStream" |
2 | 2 | [[#1c80e0e0]] | "updateBinaryStream" |