eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
164 stars 130 forks source link

EmptyStackException when invoking a static method on a null literal in a ternary operator #3043

Closed srikanth-sankaran closed 1 month ago

srikanth-sankaran commented 1 month ago

What it does

Author checklist

srikanth-sankaran commented 1 month ago

The two failing tests namely:

org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest.testBug325229b org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest.testVariousSites

are passing locally. On CI they are failing only for JDK11.

Merging.