Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 3 | 0.958 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 647 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
2 | 17 | 667 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
| |||||
public void updateAsciiStream(int arg0, InputStream arg1, int arg2) throws SQLException { } public void updateAsciiStream(String arg0, InputStream arg1, int arg2) throws SQLException { } public void updateBigDecimal(int arg0, BigDecimal arg1) throws SQLException { } public void updateBigDecimal(String arg0, BigDecimal arg1) throws SQLException { } |
| |||||
public void updateBinaryStream(int arg0, InputStream arg1, int arg2) throws SQLException { } public void updateBinaryStream(String arg0, InputStream arg1, int arg2) throws SQLException { } public void updateBlob(int arg0, Blob arg1) throws SQLException { } public void updateBlob(String arg0, Blob arg1) throws SQLException { } |
| |||
public void [[#variable1ce98160]](int arg0, InputStream arg1, int arg2) throws SQLException { } public void [[#variable1ce98160]](String arg0, InputStream arg1, int arg2) throws SQLException { } public void [[#variable1ce98100]](int arg0, [[#variable1ce980c0]] arg1) throws SQLException { } public void [[#variable1ce98100]](String arg0, [[#variable1ce980c0]] arg1) throws SQLException { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce98160]] | updateAsciiStream |
1 | 2 | [[#1ce98160]] | updateBinaryStream |
2 | 1 | [[#1ce98100]] | updateBigDecimal |
2 | 2 | [[#1ce98100]] | updateBlob |
3 | 1 | [[#1ce980c0]] | BigDecimal |
3 | 2 | [[#1ce980c0]] | Blob |