CloneSet1230


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.955method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14358
E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java
24364
E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
358
Source File
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);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
364
Source File
E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java

public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException {
  ProxyMethodManager.check("ProxyResultSet", "updateBinaryStream");
  _rs.updateBinaryStream(columnIndex, x, length);
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variable1c80e200]](int columnIndex, InputStream x, int length) throws SQLException {
  ProxyMethodManager.check("ProxyResultSet",  [[#variable1c80e0e0]]);
  _rs. [[#variable1c80e200]](columnIndex, x, length);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c80e200]]
updateAsciiStream 
12[[#1c80e200]]
updateBinaryStream 
21[[#1c80e0e0]]
"updateAsciiStream" 
22[[#1c80e0e0]]
"updateBinaryStream"