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