Row |
Violation |
1 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression s_log.error("closeOutpuStream: Unable to close OutputStream - " + e.getMessage(),e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
4 | Expression s_log.error("closeOutpuStream: Unable to close OutputStream - " + e.getMessage(),e) 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 java.lang.Exception of variable e does not match with type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable s_log |
7 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression s_log.error("closeOutpuStream: Unable to close OutputStream - " + e.getMessage(),e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
10 | Expression s_log.error("closeOutpuStream: Unable to close OutputStream - " + e.getMessage(),e) is a void method call, and thus it cannot be parameterized |
11 | Unmatched statement con.rollback(); 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 | Unmatched statement os.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.client.session.MockSession and net.sourceforge.squirrel_sql.fw.util.IOUtilitiesImpl do not have a common superclass |