eclipse-pde / eclipse.pde

Eclipse Public License 2.0
25 stars 64 forks source link

Bogus API errors reported in jdt.core workspace #1391

Closed jarthana closed 3 weeks ago

jarthana commented 3 weeks ago

I am seeing seemingly bogus API errors about new APIs being added in jdt.core. API baseline is set to 4.33 RC2a and the code is from https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2887. None of the API changes the error is reporting has happened.

image

jarthana commented 3 weeks ago

@gireeshpunathil @vik-chand

iloveeclipse commented 3 weeks ago

This is being discussed here : https://github.com/eclipse-pde/eclipse.pde/issues/1386 It is a PDE bug...

iloveeclipse commented 3 weeks ago

Workaround for now: close org.eclipse.jdt.core.tests.builder.mockcompiler project and clean build jdt.core.

iloveeclipse commented 3 weeks ago

Should be fixed in the next nightly build.

HannesWell commented 3 weeks ago

@iloveeclipse could you verify that this is fixed now?

merks commented 3 weeks ago

Yes, it's fixed after updating just now.