Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.0
-
Component/s: JMock 2.x.x Library
-
Labels:None
-
Environment:Clean check out from trunk - Eclipse Europa - JDK 6 - Ubuntu 7.10
-
Number of attachments :
Description
This compilation error exists in: org.jmock.lib.concurrent.SynchronousScheduledExecutor
Severity and Description Path Resource Location Creation Time Id
Name clash: The method invokeAll(Collection<Callable<T>>, long, TimeUnit) of type SynchronousScheduledExecutor has the same erasure as invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) of type ExecutorService but does not override it jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 10
Name clash: The method invokeAll(Collection<Callable<T>>) of type SynchronousScheduledExecutor has the same erasure as invokeAll(Collection<? extends Callable<T>>) of type ExecutorService but does not override it jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 101
Name clash: The method invokeAny(Collection<Callable<T>>, long, TimeUnit) of type SynchronousScheduledExecutor has the same erasure as invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) of type ExecutorService but does not override it jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 114
Name clash: The method invokeAny(Collection<Callable<T>>) of type SynchronousScheduledExecutor has the same erasure as invokeAny(Collection<? extends Callable<T>>) of type ExecutorService but does not override it jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 109
The type SynchronousScheduledExecutor must implement the inherited abstract method ExecutorService.invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 23
The type SynchronousScheduledExecutor must implement the inherited abstract method ExecutorService.invokeAll(Collection<? extends Callable<T>>) jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 23
The type SynchronousScheduledExecutor must implement the inherited abstract method ExecutorService.invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 23
The type SynchronousScheduledExecutor must implement the inherited abstract method ExecutorService.invokeAny(Collection<? extends Callable<T>>) jmock2/src/org/jmock/lib/concurrent SynchronousScheduledExecutor.java line 23
When did you checkout? I thought I fixed this a day or two ago.