After
mx ideclean
mx ideinit
startup eclipse and import projects
I get several errors of this type:
The type CodeElement<E>.ParentableList<T> must implement the inherited abstract method Collection<T>.parallelStream()
How do I get rid of these?
-- Tom