CloneSet1709


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.957class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11034
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/NullMessageHandler.java
21050
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/NullMessageHandler.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
34
Source File
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.
}


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

/**
 * Swallow this msg.
 */
public void showErrorMessage(Throwable th, ExceptionFormatter formatter) {
// Empty.
}

/**
 * Swallow this msg.
 */
public void showErrorMessage(String msg) {
// Empty.
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Swallow this msg.
         */
public void [[#variable1c956780]](Throwable th, ExceptionFormatter formatter) {
// Empty.
}

/**
         * Swallow this msg.
         */
public void [[#variable1c956780]](String msg) {
// Empty.
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c956780]]
showMessage 
12[[#1c956780]]
showErrorMessage