Type org.columba.calendar.store.api.StoreEvent of variable e does not match with type org.columba.core.context.api.IContextResultEvent of variable e- Make classes org.columba.calendar.store.api.StoreEvent and org.columba.core.context.api.IContextResultEvent extend a common superclass
|
Expression ((IStoreListener)listeners[i + 1]).itemAdded(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IContextResultListener)listeners[i + 1]).finished(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IStoreListener)listeners[i + 1]).itemAdded(e) is a void method call, and thus it cannot be parameterized |
Expression ((IContextResultListener)listeners[i + 1]).finished(e) is a void method call, and thus it cannot be parameterized |
Expression (IStoreListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (IContextResultListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type org.columba.calendar.store.api.IStoreListener does not match with type org.columba.core.context.api.IContextResultListener- Make classes org.columba.calendar.store.api.IStoreListener and org.columba.core.context.api.IContextResultListener extend a common superclass
|