Row |
Violation |
1 | Expression _callback.showMessage(th) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression s_log.error(s_stringMgr.getString("ConnectToAliasCommand.error.closeconnection"),ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression _callback.showMessage(th) is a void method call, and thus it cannot be parameterized |
4 | Expression s_log.error(s_stringMgr.getString("ConnectToAliasCommand.error.closeconnection"),ex) is a void method call, and thus it cannot be parameterized |
5 | Type net.sourceforge.squirrel_sql.fw.util.ITaskThreadPoolCallback of variable _callback does not match with type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable s_log |
6 | Expression _callback.showMessage(th) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression s_log.error(s_stringMgr.getString("ConnectToAliasCommand.error.closeconnection"),ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression _callback.showMessage(th) is a void method call, and thus it cannot be parameterized |
9 | Expression s_log.error(s_stringMgr.getString("ConnectToAliasCommand.error.closeconnection"),ex) is a void method call, and thus it cannot be parameterized |
10 | Unmatched statement conn.close(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
11 | Unmatched statement conn.close(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
12 | Unmatched statement task.run(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |