Expression ((IFrameMediatorListener)listeners[i + 1]).switchedComponent(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IResultListener)listeners[i + 1]).reset(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IFrameMediatorListener)listeners[i + 1]).switchedComponent(e) is a void method call, and thus it cannot be parameterized |
Expression ((IResultListener)listeners[i + 1]).reset(e) is a void method call, and thus it cannot be parameterized |
Type org.columba.api.gui.frame.event.FrameEvent of variable e does not match with type org.columba.core.search.api.IResultEvent of variable e- Make classes org.columba.api.gui.frame.event.FrameEvent and org.columba.core.search.api.IResultEvent extend a common superclass
|
Expression (IFrameMediatorListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (IResultListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type org.columba.api.gui.frame.event.IFrameMediatorListener of variable (IFrameMediatorListener)listeners[i + 1] does not match with type org.columba.core.search.api.IResultListener of variable (IResultListener)listeners[i + 1]- Make classes org.columba.api.gui.frame.event.IFrameMediatorListener and org.columba.core.search.api.IResultListener extend a common superclass
|