Row |
Violation |
1 | Type boolean of variable _btn.isSelected() does not match with type javax.swing.tree.TreePath of variable e.getNewLeadSelectionPath() |
2 | Type javax.swing.JToggleButton of variable _btn does not match with type javax.swing.event.TreeSelectionEvent of variable e |
3 | Expression _btn.doClick() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression _btn.doClick() is a void method call, and thus it cannot be parameterized |
6 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) is a void method call, and thus it cannot be parameterized |
7 | Expression _btn.doClick() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression _btn.doClick() is a void method call, and thus it cannot be parameterized |
10 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) 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.client.gui.desktopcontainer.docktabdesktop.DockHandle and do not have a common superclass |