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