Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.client.gui.HtmlViewerPanelListenerEvent of variable evt does not match with type net.sourceforge.squirrel_sql.client.session.event.ResultTabEvent of variable evt |
2 | Unmatched statement evt=new ResultTabEvent(_session,tab); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
3 | Unmatched statement evt=new ResultTabEvent(_session,tab); 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 |
4 | Unmatched statement evt=new HtmlViewerPanelListenerEvent(this); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
5 | Unmatched statement evt=new HtmlViewerPanelListenerEvent(this); 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 |
6 | Type net.sourceforge.squirrel_sql.client.gui.HtmlViewerPanelListenerEvent of variable evt does not match with type net.sourceforge.squirrel_sql.client.session.event.ResultTabEvent of variable evt |
7 | Expression ((IHtmlViewerPanelListener)listeners[i + 1]).currentURLHasChanged(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression ((IResultTabListener)listeners[i + 1]).resultTabTornOff(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression ((IHtmlViewerPanelListener)listeners[i + 1]).currentURLHasChanged(evt) is a void method call, and thus it cannot be parameterized |
10 | Expression ((IResultTabListener)listeners[i + 1]).resultTabTornOff(evt) is a void method call, and thus it cannot be parameterized |
11 | Type net.sourceforge.squirrel_sql.client.gui.IHtmlViewerPanelListener does not match with type net.sourceforge.squirrel_sql.client.session.event.IResultTabListener |