Row |
Violation |
1 | Type int of variable e.getClickCount() does not match with type boolean of variable _whiteIconTimer.isRunning() |
2 | Type java.awt.event.MouseEvent of variable e does not match with type javax.swing.Timer of variable _whiteIconTimer |
3 | Expression processSelection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
5 | Expression processSelection() is a void method call, and thus it cannot be parameterized |
6 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a void method call, and thus it cannot be parameterized |
7 | Expression processSelection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
9 | Expression processSelection() is a void method call, and thus it cannot be parameterized |
10 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a void method call, and thus it cannot be parameterized |
11 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.graph.GraphSelectionDialogController and do not have a common superclass |