CloneSet498


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17230.958class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117647
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java
217667
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
647
Source File
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 {
}


First
Previous
Clone Instance
2
Line Count
17
Source Line
667
Source File
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java

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 {
}


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ce98160]]
updateAsciiStream 
12[[#1ce98160]]
updateBinaryStream 
21[[#1ce98100]]
updateBigDecimal 
22[[#1ce98100]]
updateBlob 
31[[#1ce980c0]]
BigDecimal 
32[[#1ce980c0]]
Blob