CloneSet983


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112108
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/BaseException.java
212119
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/BaseRuntimeException.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
108
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/BaseException.java

private static String getMessageFromException(Throwable th) {
  String rtn = "";
  if (th != null) {
    String msg = th.getMessage();
    if (msg != null) {
      rtn = msg;
    }
  }
  return rtn;
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
119
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/BaseRuntimeException.java

private static String getMessageFromException(Throwable th) {
  String rtn = "";
  if (th != null) {
    String msg = th.getMessage();
    if (msg != null) {
      rtn = msg;
    }
  }
  return rtn;
}


Clone AbstractionParameter Count: 0Parameter Bindings

private static String getMessageFromException(Throwable th) {
  String rtn = "";
  if (th != null) {
    String msg = th.getMessage();
    if (msg != null) {
      rtn = msg;
    }
  }
  return rtn;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None