Row |
Violation |
1 | Expression new SessionEvent(session) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new SQLPanelEvent(_session,this) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new SessionEvent(session) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new SQLPanelEvent(_session,this) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression ((ISessionListener)listeners[i + 1]).sessionClosing(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression ((ISQLPanelListener)listeners[i + 1]).sqlEntryAreaClosed(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression ((ISessionListener)listeners[i + 1]).sessionClosing(evt) is a void method call, and thus it cannot be parameterized |
8 | Expression ((ISQLPanelListener)listeners[i + 1]).sqlEntryAreaClosed(evt) is a void method call, and thus it cannot be parameterized |
9 | Type net.sourceforge.squirrel_sql.client.session.event.ISessionListener does not match with type net.sourceforge.squirrel_sql.client.session.event.ISQLPanelListener |
10 | Clone fragment #1 returns variable evt with type net.sourceforge.squirrel_sql.client.session.event.SessionEvent , while Clone fragment #2 returns variable evt with type net.sourceforge.squirrel_sql.client.session.event.SQLPanelEvent |