Row |
Violation |
1 | Type int of variable s.length does not match with type int of variable _executionListeners.length |
2 | Expression s[i] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression addSession(s[i]) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression _executionListeners[i].statementExecuted(sql) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression addSession(s[i]) is a void method call, and thus it cannot be parameterized |
6 | Expression _executionListeners[i].statementExecuted(sql) is a void method call, and thus it cannot be parameterized |
7 | Expression addSession(s[i]) 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 addSession(s[i]) 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.client.gui.mainframe.MainFrameToolBar.SessionDropDownModel and do not have a common superclass |