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.953 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 31 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IMessageHandler.java |
2 | 10 | 51 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IMessageHandler.java |
| |||||
/** * Show a message describing the passed exception. * * @param th the exception to be shown * * @param formatter the ExceptionFormatter to use to format any content in * the specified exception */ void showMessage(Throwable th, ExceptionFormatter formatter); /** * Show a message. * * @param msg * The message. */ void showMessage(String msg); |
| |||||
/** * Show an error message describing the passed exception. The implementation * of <TT>IMessageHandler</TT> may or may not treat this differently to * <TT>showMessage(Throwable)</TT>. * * @param th the exception to be shown * * @param formatter the ExceptionFormatter to use to format any content in * the specified exception */ void showErrorMessage(Throwable th, ExceptionFormatter formatter); /** * Show an error message. The implementation of <TT>IMessageHandler</TT> * may or may not treat this differently to <TT>showMessage(String)</TT>. * @param session the session that generated the exception. * @param th * Exception. */ void showErrorMessage(String msg); |
| |||
/** * Show an error message describing the passed exception. The implementation * of <TT>IMessageHandler</TT> may or may not treat this differently to * <TT>showMessage(Throwable)</TT>. * * @param th the exception to be shown * * @param formatter the ExceptionFormatter to use to format any content in * the specified exception */ /** * Show a message describing the passed exception. * * @param th the exception to be shown * * @param formatter the ExceptionFormatter to use to format any content in * the specified exception */ void [[#variable1c9cf040]](Throwable th, ExceptionFormatter formatter); /** * Show an error message. The implementation of <TT>IMessageHandler</TT> * may or may not treat this differently to <TT>showMessage(String)</TT>. * @param session the session that generated the exception. * @param th * Exception. */ /** * Show a message. * * @param msg * The message. */ void [[#variable1c9cf040]](String msg); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9cf040]] | showMessage |
1 | 2 | [[#1c9cf040]] | showErrorMessage |