Row |
Violation |
1 | Expression new HtmlViewerPanelListenerEvent(this) 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 HtmlViewerPanelListenerEvent(this) 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 ((IHtmlViewerPanelListener)listeners[i + 1]).homeURLHasChanged(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression ((ISQLPanelListener)listeners[i + 1]).sqlEntryAreaInstalled(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression ((IHtmlViewerPanelListener)listeners[i + 1]).homeURLHasChanged(evt) is a void method call, and thus it cannot be parameterized |
8 | Expression ((ISQLPanelListener)listeners[i + 1]).sqlEntryAreaInstalled(evt) is a void method call, and thus it cannot be parameterized |
9 | Type net.sourceforge.squirrel_sql.client.gui.IHtmlViewerPanelListener 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.gui.HtmlViewerPanelListenerEvent , while Clone fragment #2 returns variable evt with type net.sourceforge.squirrel_sql.client.session.event.SQLPanelEvent |