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 project uses Lombok. If you see lots of method is undefined errors in your freshly forked project that means you might need to install Lombok plugin to your IDE.
Instructions how to install the Lombok plugin to your IDE:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The project uses Lombok. If you see lots of
method is undefined
errors in your freshly forked project that means you might need to install Lombok plugin to your IDE.Instructions how to install the Lombok plugin to your IDE:
Eclipse: https://projectlombok.org/setup/eclipse
IntelliJ IDEA: https://projectlombok.org/setup/intellij
Netbeans: https://projectlombok.org/setup/netbeans
Visual Studio Code: https://projectlombok.org/setup/vscode
Beta Was this translation helpful? Give feedback.
All reactions