Hello folks
I tried to switch JDK 1.8.0_60 in Eclipse Luna 4.4.1 in Mac OS X Yosemite
10.10.4 but when it compiles, I have some compilation errors. Some of them:
org.apache.openejb.cdi.WebappBeanManager
return new IteratorSet<>(
new MultipleIterator<>(
filter,
deploymentBeans.iterator(),
getParentBm().getComponents().iterator()));
ERROR : Cannot infer type arguments for
IteratorSet<>
org.apache.openejb.util.Index
public interface ListSet extends List, Set {
}
ERROR : Multiple markers at this line
- List is a raw type. References to generic type List<E> should be
parameterized
- Duplicate default methods named spliterator with the parameters ()
and () are inherited from the types Set
and List
- Set is a raw type. References to generic type Set<E> should be
parameterized
And also some couple of places.
Is anybody experience with such errors in JDK 8?
Regards.
Gurkan Erdogdu
Founder, ManageCat
p. +1 (909) - 366 – 9337
a. 340 S Lemon Ave #7996 Walnut, CA 91789
w. http://managecat.com <http://managecat.com/>
e [email protected] <mailto:[email protected]>
<http://twitter.com/gerdogdu> <https://tr.linkedin.com/in/gerdogdu>