After import the project, there are errors in pakage cern.colt.list.adapter.
Error message in class DoubleListAdapter
Multiple markers at this line
- Duplicate methods named spliterator with the parameters () and () are inherited from the types List and
Collection
- AbstractList is a raw type. References to generic type AbstractList should be parameterized
- Duplicate methods named spliterator with the parameters () and () are inherited from the types Collection and
Iterable
- List is a raw type. References to generic type List should be parameterized