Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 722 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
2 | 2 | 812 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java |
| |||||
public void updateCharacterStream(String arg0, Reader arg1, int arg2) throws SQLException { } |
| |||||
public void updateObject(String arg0, Object arg1, int arg2) throws SQLException { } |
| |||
public void [[#variable1c9e2780]](String arg0, [[#variable1c9e26a0]] arg1, int arg2) throws SQLException { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9e2780]] | updateCharacterStream |
1 | 2 | [[#1c9e2780]] | updateObject |
2 | 1 | [[#1c9e26a0]] | Reader |
2 | 2 | [[#1c9e26a0]] | Object |