Expression ((IMessageSelectionListener)listeners[i + 1]).selectionChanged(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IConnectionChangedListener)listeners[i + 1]).connectionChanged(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IMessageSelectionListener)listeners[i + 1]).selectionChanged(e) is a void method call, and thus it cannot be parameterized |
Expression ((IConnectionChangedListener)listeners[i + 1]).connectionChanged(e) is a void method call, and thus it cannot be parameterized |
Type org.columba.mail.gui.message.IMessageSelectionEvent of variable e does not match with type org.columba.chat.conn.api.ConnectionChangedEvent of variable e- Make classes org.columba.mail.gui.message.IMessageSelectionEvent and org.columba.chat.conn.api.ConnectionChangedEvent extend a common superclass
|
Expression (IMessageSelectionListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (IConnectionChangedListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type org.columba.mail.gui.message.IMessageSelectionListener of variable (IMessageSelectionListener)listeners[i + 1] does not match with type org.columba.chat.conn.api.IConnectionChangedListener of variable (IConnectionChangedListener)listeners[i + 1]- Make classes org.columba.mail.gui.message.IMessageSelectionListener and org.columba.chat.conn.api.IConnectionChangedListener extend a common superclass
|