Row |
Violation |
1 | Expression new TableCopyWhereStatementCommand(_table).execute() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression closeConnection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new TableCopyWhereStatementCommand(_table).execute() is a void method call, and thus it cannot be parameterized |
4 | Expression closeConnection() is a void method call, and thus it cannot be parameterized |
5 | Expression new TableCopyWhereStatementCommand(_table).execute() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression closeConnection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression new TableCopyWhereStatementCommand(_table).execute() is a void method call, and thus it cannot be parameterized |
8 | Expression closeConnection() is a void method call, and thus it cannot be parameterized |
9 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.fw.gui.TablePopupMenu.CopyWhereStatementAction and net.sourceforge.squirrel_sql.plugins.hibernate.HibernateTabController do not have a common superclass |