CloneSet1861


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.953interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1931
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IMessageHandler.java
21051
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IMessageHandler.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
31
Source File
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);


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

/**
 * 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);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c9cf040]]
showMessage 
12[[#1c9cf040]]
showErrorMessage