Row |
Violation |
1 | Type boolean of variable _abortController.isVisble() does not match with type javax.swing.tree.TreePath of variable e.getNewLeadSelectionPath() |
2 | Type net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.AbortController of variable _abortController 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 | Expression _abortController.setVisible(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression _abortController.setVisible(true) is a void method call, and thus it cannot be parameterized |
7 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) is a void method call, and thus it cannot be parameterized |
8 | Expression _abortController.setVisible(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression _abortController.setVisible(true) is a void method call, and thus it cannot be parameterized |
11 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) is a void method call, and thus it cannot be parameterized |
12 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateDataScriptCommand and do not have a common superclass |