Row |
Violation |
1 | Type int of variable _images.length does not match with type int of variable _executionListeners.length |
2 | Expression _images[i].flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression _executionListeners[i].statementExecuted(sql) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression _images[i].flush() is a void method call, and thus it cannot be parameterized |
5 | Expression _executionListeners[i].statementExecuted(sql) is a void method call, and thus it cannot be parameterized |
6 | Type java.awt.image.BufferedImage[] of variable _images does not match with type net.sourceforge.squirrel_sql.client.session.event.ISQLExecutionListener[] of variable _executionListeners |
7 | Expression _images[i].flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression _executionListeners[i].statementExecuted(sql) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression _images[i].flush() is a void method call, and thus it cannot be parameterized |
10 | Expression _executionListeners[i].statementExecuted(sql) is a void method call, and thus it cannot be parameterized |
11 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.graph.graphtofiles.GraphToFilesCtrlr and do not have a common superclass |