Row |
Violation |
1 | Type java.io.Reader of variable reader does not match with type net.sourceforge.squirrel_sql.client.session.ISQLPanelAPI of variable _panel |
2 | Expression s_log.error("closeReader: Unable to close FileReader - " + e.getMessage(),e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression _panel.getSession().showMessage(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression s_log.error("closeReader: Unable to close FileReader - " + e.getMessage(),e) is a void method call, and thus it cannot be parameterized |
5 | Expression _panel.getSession().showMessage(e) is a void method call, and thus it cannot be parameterized |
6 | Expression s_log.error("closeReader: Unable to close FileReader - " + e.getMessage(),e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression _panel.getSession().showMessage(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression s_log.error("closeReader: Unable to close FileReader - " + e.getMessage(),e) is a void method call, and thus it cannot be parameterized |
9 | Expression _panel.getSession().showMessage(e) is a void method call, and thus it cannot be parameterized |
10 | Unmatched statement getCommand().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 |
11 | Unmatched statement reader.close(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
12 | Unmatched statement reader.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 |
13 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.fw.util.IOUtilitiesImpl and net.sourceforge.squirrel_sql.plugins.postgres.actions.AbstractSQLPanelAction do not have a common superclass |