Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 34 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/NullMessageHandler.java |
2 | 10 | 50 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/NullMessageHandler.java |
| |||||
/** * Swallow this msg. */ public void showMessage(Throwable th, ExceptionFormatter formatter) { // Empty. } /** * Swallow this msg. */ public void showMessage(String msg) { // Empty. } |
| |||||
/** * Swallow this msg. */ public void showErrorMessage(Throwable th, ExceptionFormatter formatter) { // Empty. } /** * Swallow this msg. */ public void showErrorMessage(String msg) { // Empty. } |
| |||
/** * Swallow this msg. */ public void [[#variable1c956780]](Throwable th, ExceptionFormatter formatter) { // Empty. } /** * Swallow this msg. */ public void [[#variable1c956780]](String msg) { // Empty. } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c956780]] | showMessage |
1 | 2 | [[#1c956780]] | showErrorMessage |