Expression ((IContextListener)listeners[i + 1]).contextChanged(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IFolderListener)listeners[i + 1]).folderPropertyChanged(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IContextListener)listeners[i + 1]).contextChanged(e) is a void method call, and thus it cannot be parameterized |
Expression ((IFolderListener)listeners[i + 1]).folderPropertyChanged(e) is a void method call, and thus it cannot be parameterized |
Type org.columba.core.context.semantic.api.IContextEvent of variable e does not match with type org.columba.mail.folder.event.FolderEvent of variable e- Make classes org.columba.core.context.semantic.api.IContextEvent and org.columba.mail.folder.event.FolderEvent extend a common superclass
|
Expression (IContextListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (IFolderListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type org.columba.core.context.semantic.api.IContextListener of variable (IContextListener)listeners[i + 1] does not match with type org.columba.mail.folder.event.IFolderListener of variable (IFolderListener)listeners[i + 1]- Make classes org.columba.core.context.semantic.api.IContextListener and org.columba.mail.folder.event.IFolderListener extend a common superclass
|