eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
149 stars 118 forks source link

Add -proc:full to batch compiler #2347

Open cpfeiffer opened 2 months ago

cpfeiffer commented 2 months ago

https://bugs.openjdk.org/browse/JDK-8308245 adds the -proc:full option value to javac for versions 8, 11 and 17, and 21. maven-compiler-plugin already supports this value as well.

It would be nice if JDT's batch compiler would also support this.

See https://github.com/openjdk/jdk/pull/14432 for the discussion around this.

jukzi commented 2 months ago

Do you miss the function to annotation processing/compilation or do you just want ecj not to complain about the parameter?

cpfeiffer commented 2 months ago

I would expect no functional changes other than accepting the new full value, which is supposed to reflect the current behavior wrt annotation processing.