Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.client.gui.desktopcontainer.docktabdesktop.DockHandle of variable dockHandle does not match with type javax.swing.Timer of variable _whiteIconTimer |
2 | Expression _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 |
3 | Type int of variable _split.getDividerLocation() does not match with type javax.swing.ImageIcon of variable _resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM) |
4 | Type javax.swing.JSplitPane of variable _split does not match with type net.sourceforge.squirrel_sql.client.resources.SquirrelResources of variable _resources |
5 | Expression _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 |
6 | Expression dockHandle.storeDividerLocation(_split.getDividerLocation()) 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 dockHandle.storeDividerLocation(_split.getDividerLocation()) 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 | Type net.sourceforge.squirrel_sql.client.gui.desktopcontainer.docktabdesktop.DockHandle of variable dockHandle does not match with type javax.swing.JButton of variable _btnLastLog |
11 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.gui.desktopcontainer.docktabdesktop.DockTabDesktopPane and do not have a common superclass |