Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 108 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/BaseException.java |
2 | 12 | 119 | 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; } |
| |||||
private static String getMessageFromException(Throwable th) { String rtn = ""; if (th != null) { String msg = th.getMessage(); if (msg != null) { rtn = msg; } } return rtn; } |
| |||
private static String getMessageFromException(Throwable th) { String rtn = ""; if (th != null) { String msg = th.getMessage(); if (msg != null) { rtn = msg; } } return rtn; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |