Row |
Violation |
1 | Expression s_log.error(s_stringMgr.getString("BaseListInternalFrame.error.execdoubleclick"),ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | 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 |
3 | Expression s_log.error(s_stringMgr.getString("BaseListInternalFrame.error.execdoubleclick"),ex) is a void method call, and thus it cannot be parameterized |
4 | Expression listener.showErrorMessage("Unexpected Exception","Update check failed with Exception: " + ex.getMessage(),ex) is a void method call, and thus it cannot be parameterized |
5 | Type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable s_log does not match with type net.sourceforge.squirrel_sql.client.update.gui.CheckUpdateListener of variable listener |
6 | Expression s_log.error(s_stringMgr.getString("BaseListInternalFrame.error.execdoubleclick"),ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | 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 |
8 | Expression s_log.error(s_stringMgr.getString("BaseListInternalFrame.error.execdoubleclick"),ex) is a void method call, and thus it cannot be parameterized |
9 | Expression listener.showErrorMessage("Unexpected Exception","Update check failed with Exception: " + ex.getMessage(),ex) is a void method call, and thus it cannot be parameterized |
10 | Expression cmd.execute() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression listener.checkUpToDate() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression cmd.execute() is a void method call, and thus it cannot be parameterized |
13 | Expression listener.checkUpToDate() is a void method call, and thus it cannot be parameterized |
14 | Type net.sourceforge.squirrel_sql.fw.util.ICommand of variable cmd does not match with type net.sourceforge.squirrel_sql.client.update.gui.CheckUpdateListener of variable listener |
15 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.gui.db.BaseListInternalFrame and do not have a common superclass |