Row |
Violation |
1 | 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 |
2 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression s_log.error(s_stringMgr.getString("ConnectToAliasCommand.error.closeconnection"),ex) is a void method call, and thus it cannot be parameterized |
4 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
5 | Expression e cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable s_log does not match with type java.lang.Exception of variable e |
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 e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression s_log.error(s_stringMgr.getString("ConnectToAliasCommand.error.closeconnection"),ex) is a void method call, and thus it cannot be parameterized |
10 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
11 | Expression conn.close() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression con.commit() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
13 | Expression conn.close() is a void method call, and thus it cannot be parameterized |
14 | Expression con.commit() is a void method call, and thus it cannot be parameterized |
15 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.mainframe.action.ConnectToAliasCommand.SheetHandler and net.sourceforge.squirrel_sql.client.session.MockSession do not have a common superclass |