CloneSet1483


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110188
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/types/PostgreSqlOtherTypeDataTypeComponent.java
210183
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/types/PostgreSqlXmlTypeDataTypeComponent.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
188
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/types/PostgreSqlOtherTypeDataTypeComponent.java

{
  try {
    pstmt.setString(position, value.toString());
  }
  catch (Exception
         e) {
    s_log.error("setPreparedStatementValue: Unexpected exception - " + e.getMessage(), e);
  }
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
183
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/types/PostgreSqlXmlTypeDataTypeComponent.java

{
  try {
    pstmt.setString(position, value.toString());
  }
  catch (Exception
         e) {
    s_log.error("setPreparedStatementValue: Unexpected exception - " + e.getMessage(), e);
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  try {
    pstmt.setString(position, value.toString());
  }
  catch (Exception
         e) {
    s_log.error("setPreparedStatementValue: Unexpected exception - " + e.getMessage(), e);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None