Eric Milles
Eric Milles
Could you ask the lombok project if there are any arguments or system properties that control recognition of the config file? Their documents really don't help troubleshoot since they basically...
Sorry, more examples are not needed. I do not think the Eclipse compiler (ecj) is reading this file when run from within Maven. You will need to raise awareness with...
@bureku That issue claims to have been fixed in Eclipse 4.8 (Photon).
I am able to run the examples from https://github.com/projectlombok/lombok/issues/1501#issuecomment-341155220 / https://github.com/rougou/lomboktest with some updates. This is my pom for `ecj-config` and `ecj-noconfig`. For it to work -- as stated in...
> If this functionality was introduced in Lombok, a lot of projects could use Spock together with Java. So lombok does integrate with the groovy joint compiler. It is just...
It is a bit tricky to add support for just Groovy sources and not impact Java sources. STS used aspect-oriented weaving to inject this behavior and we are looking at...
That's a good suggestion for the Eclipse JDT team. I'd love to see Expressions, Variables and possibly the Debug/Display console combined into a more unified view. Add to that an...
Note for anyone looking at this and wanting to alter the sort order of content assist proposals in either the Groovy or Java editor: You can implement the extension point...
Error does not occur if `MyClass` is in a Java source file -- Java does not run the Trait processing that Groovy does.
Now I see that you can use one JDK to build and another to test using `-Ptarget.java.home=...`