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