Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.client.gui.session.SQLInternalFrame.SQLToolBar of variable _toolBar does not match with type net.sourceforge.squirrel_sql.fw.sql.ISQLAlias of variable selectedAlias |
2 | Expression _toolBar.addSeparator() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression getList().setSelectedValue(selectedAlias,true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression _toolBar.addSeparator() is a void method call, and thus it cannot be parameterized |
5 | Expression getList().setSelectedValue(selectedAlias,true) is a void method call, and thus it cannot be parameterized |
6 | Expression _toolBar.addSeparator() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression getList().setSelectedValue(selectedAlias,true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression _toolBar.addSeparator() is a void method call, and thus it cannot be parameterized |
9 | Expression getList().setSelectedValue(selectedAlias,true) 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.session.SQLInternalFrame and do not have a common superclass |