Type org.columba.core.command.TaskManagerEvent of variable e does not match with type org.columba.mail.gui.table.IMessageListSelectionEvent of variable e- Make classes org.columba.core.command.TaskManagerEvent and org.columba.mail.gui.table.IMessageListSelectionEvent extend a common superclass
|
Expression ((TaskManagerListener)listeners[i + 1]).workerAdded(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IMessageListSelectionListener)listeners[i + 1]).selectionChanged(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((TaskManagerListener)listeners[i + 1]).workerAdded(e) is a void method call, and thus it cannot be parameterized |
Expression ((IMessageListSelectionListener)listeners[i + 1]).selectionChanged(e) is a void method call, and thus it cannot be parameterized |
Expression (TaskManagerListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (IMessageListSelectionListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type org.columba.core.command.TaskManagerListener does not match with type org.columba.mail.gui.table.IMessageListSelectionListener- Make classes org.columba.core.command.TaskManagerListener and org.columba.mail.gui.table.IMessageListSelectionListener extend a common superclass
|