Row |
Violation |
1 | Expression log.error("Failed to commit connection - " + connection,e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression showError(ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression log.error("Failed to commit connection - " + connection,e) is a void method call, and thus it cannot be parameterized |
4 | Expression showError(ex) is a void method call, and thus it cannot be parameterized |
5 | Expression log.error("Failed to commit connection - " + connection,e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression showError(ex) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression log.error("Failed to commit connection - " + connection,e) is a void method call, and thus it cannot be parameterized |
8 | Expression showError(ex) is a void method call, and thus it cannot be parameterized |
9 | Unmatched statement getSession().closeSQLConnection(); 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 |
10 | Unmatched statement connection.commit(); 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 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.dbcopy.CopyExecutor and net.sourceforge.squirrel_sql.client.gui.session.SessionPanel do not have a common superclass |