Row |
Violation |
1 | Expression _session.showMessage(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression showError(ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression _session.showMessage(e) is a void method call, and thus it cannot be parameterized |
4 | Expression showError(ex) is a void method call, and thus it cannot be parameterized |
5 | Expression _session.showMessage(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression showError(ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression _session.showMessage(e) is a void method call, and thus it cannot be parameterized |
8 | Expression showError(ex) is a void method call, and thus it cannot be parameterized |
9 | Expression getCommand().execute() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
10 | Expression getSession().closeSQLConnection() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
11 | Expression getCommand().execute() is a void method call, and thus it cannot be parameterized |
12 | Expression getSession().closeSQLConnection() is a void method call, and thus it cannot be parameterized |
13 | Type net.sourceforge.squirrel_sql.fw.util.ICommand of variable getCommand() does not match with type net.sourceforge.squirrel_sql.client.session.ISession of variable getSession() |
14 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.postgres.actions.AbstractSessionAction and net.sourceforge.squirrel_sql.client.gui.session.SessionPanel do not have a common superclass |