I'm working on the Java codebase and cannot run code inside IntelliJ and it
looks like some kind of compatibility issue between errorprone and the JDK
that IntelliJ is using. I'm hoping other Java committers have found a
solution already to this?

Error:java: java.lang.RuntimeException: java.lang.NoSuchMethodError:
com.sun.tools.javac.util.JavacMessages.add(Lcom/sun/tools/javac/util/JavacMessages$ResourceBundleHelper;)V
Error:java: Caused by: java.lang.NoSuchMethodError:
com.sun.tools.javac.util.JavacMessages.add(Lcom/sun/tools/javac/util/JavacMessages$ResourceBundleHelper;)V
Error:java: at
com.google.errorprone.BaseErrorProneJavaCompiler.setupMessageBundle(BaseErrorProneJavaCompiler.java:202)
Error:java: at
com.google.errorprone.ErrorProneJavacPlugin.init(ErrorProneJavacPlugin.java:40)

Reply via email to