Expression ((TaskManagerListener)listeners[i + 1]).workerAdded(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IExceptionListener)listeners[i + 1]).exceptionOccured(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 ((IExceptionListener)listeners[i + 1]).exceptionOccured(e) is a void method call, and thus it cannot be parameterized |
Type org.columba.core.command.TaskManagerEvent of variable e does not match with type java.lang.Exception of variable e- Make classes org.columba.core.command.TaskManagerEvent and java.lang.Exception extend a common superclass
|
Expression (TaskManagerListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (IExceptionListener)listeners[i + 1] cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type org.columba.core.command.TaskManagerListener of variable (TaskManagerListener)listeners[i + 1] does not match with type org.columba.api.exception.IExceptionListener of variable (IExceptionListener)listeners[i + 1]- Make classes org.columba.core.command.TaskManagerListener and org.columba.api.exception.IExceptionListener extend a common superclass
|