You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current documentation recommends using Lombok but doesn't specify the required dependency. While the documentation mentions using Lombok, it doesn't explicitly include the dependency itself, which personally brought an error:
java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'
Example Dependency
Since an automatic dependency detection wasn't successful, I was required to search manually for the newest version and include it in the pom.xml file.
As a proposal, add the Lombok dependency to the Maven configuration file:
Problem
The current documentation recommends using Lombok but doesn't specify the required dependency. While the documentation mentions using Lombok, it doesn't explicitly include the dependency itself, which personally brought an error:
java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'
Example Dependency
Since an automatic dependency detection wasn't successful, I was required to search manually for the newest version and include it in the pom.xml file.
As a proposal, add the Lombok dependency to the Maven configuration file:
pom.xml
The text was updated successfully, but these errors were encountered: