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