CloneSet766


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114131
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ErrorDialog.java
214217
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ErrorDialog.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
131
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ErrorDialog.java

if (msg == null || msg.length() == 0) {
  if (th != null) {
    msg = th.getMessage();
    if (msg == null || msg.length() == 0) {
      msg = th.toString();
    }
  }
}
if (msg == null || msg.length() == 0) {
  msg = s_stringMgr.getString(IStringKeys.UNKNOWN_ERROR);
}


First
Previous
Clone Instance
2
Line Count
14
Source Line
217
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ErrorDialog.java

if (msg == null || msg.length() == 0) {
  if (th != null) {
    msg = th.getMessage();
    if (msg == null || msg.length() == 0) {
      msg = th.toString();
    }
  }
}
if (msg == null || msg.length() == 0) {
  msg = s_stringMgr.getString(IStringKeys.UNKNOWN_ERROR);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (msg == null || msg.length() == 0) {
  if (th != null) {
    msg = th.getMessage();
    if (msg == null || msg.length() == 0) {
      msg = th.toString();
    }
  }
}
if (msg == null || msg.length() == 0) {
  msg = s_stringMgr.getString(IStringKeys.UNKNOWN_ERROR);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None