-
I need help with debugging a bit of a special problem with ECJ. I am using the ECJ compiler programmatically. I have two modes working:
The second options allows me to implement some additional features (like tracking used dependencies ore generated sources). I am running into a weird issue now, which works in the Basically I have an annotation processor that is generating some Java code. Then there is also existing It works in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To close the loop, I found the problem: After building a reproducible test case I was able to confirm it's fixed in 4.31RC1 |
Beta Was this translation helpful? Give feedback.
To close the loop, I found the problem:
#1654, fixed via #1447
After building a reproducible test case I was able to confirm it's fixed in 4.31RC1