Row |
Violation |
1 | Type boolean of variable dockHandle.isClosed() does not match with type javax.swing.tree.TreePath of variable e.getNewLeadSelectionPath() |
2 | Type net.sourceforge.squirrel_sql.client.gui.desktopcontainer.docktabdesktop.DockHandle of variable dockHandle does not match with type javax.swing.event.TreeSelectionEvent of variable e |
3 | Expression e.getNewLeadSelectionPath() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Type int of variable _split.getDividerLocation() does not match with type javax.swing.tree.TreePath of variable e.getNewLeadSelectionPath() |
5 | Type javax.swing.JSplitPane of variable _split does not match with type javax.swing.event.TreeSelectionEvent of variable e |
6 | Expression dockHandle.storeDividerLocation(_split.getDividerLocation()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression dockHandle.storeDividerLocation(_split.getDividerLocation()) is a void method call, and thus it cannot be parameterized |
9 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) is a void method call, and thus it cannot be parameterized |
10 | Expression dockHandle.storeDividerLocation(_split.getDividerLocation()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression dockHandle.storeDividerLocation(_split.getDividerLocation()) is a void method call, and thus it cannot be parameterized |
13 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) is a void method call, and thus it cannot be parameterized |
14 | 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 |