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