Row |
Violation |
1 | Type javax.swing.JToggleButton of variable _btn does not match with type javax.swing.Timer of variable _whiteIconTimer |
2 | Expression _btn.doClick() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | 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 |
4 | Expression _btn.doClick() is a void method call, and thus it cannot be parameterized |
5 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a void method call, and thus it cannot be parameterized |
6 | Expression _btn.doClick() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | 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 |
8 | Expression _btn.doClick() is a void method call, and thus it cannot be parameterized |
9 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a void method call, and thus it cannot be parameterized |
10 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.gui.desktopcontainer.docktabdesktop.DockHandle and do not have a common superclass |