Row |
Violation |
1 | Expression _session.showErrorMessage(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression s_log.error("Error installing a Theme",ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression _session.showErrorMessage(e) is a void method call, and thus it cannot be parameterized |
4 | Expression s_log.error("Error installing a Theme",ex) is a void method call, and thus it cannot be parameterized |
5 | Type net.sourceforge.squirrel_sql.client.session.ISession of variable _session does not match with type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable s_log |
6 | Expression _session.showErrorMessage(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression s_log.error("Error installing a Theme",ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression _session.showErrorMessage(e) is a void method call, and thus it cannot be parameterized |
9 | Expression s_log.error("Error installing a Theme",ex) is a void method call, and thus it cannot be parameterized |
10 | Unmatched statement installCurrentTheme(laf,theme); 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 |
11 | Unmatched statement getCommand(infos).execute(); 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 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction and net.sourceforge.squirrel_sql.plugins.laf.AbstractPlasticController do not have a common superclass |