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