eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
156 stars 123 forks source link

jclMin1.8.jar is not complete for 1.8 JLS target tests #2756

Open iloveeclipse opened 1 month ago

iloveeclipse commented 1 month ago

Found in https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2551

NullAnnotationModelTests.testBug565246 fails, because Iterable class that is present in jclMin1.7.jar is missing in jclMin1.8 jar and in jclMin1.8.jar Collection does not extend Iterable.

stephan-herrmann commented 1 month ago

We probably want to do #2727 first