Closed
Description
Compilation fails with the following error when it's being run in IDEA:
Error:java: java.lang.RuntimeException: java.lang.NoSuchMethodError: com.sun.tools.javac.util.JavacMessages.add(Lcom/sun/tools/javac/util/JavacMessages$ResourceBundleHelper;)V
It's a known issue (google/error-prone#535) and it seems like installing ErrorProne plugin (https://errorprone.info/docs/installation) should solve it. Need to test it and update documentation.
If it doesn't work, we should mention it in the documentation (for instance, in README.md
) anyway.
Reported by @mukeshk