-
Notifications
You must be signed in to change notification settings - Fork 3
Annotation errors in Eclipse
Adrian Wilke edited this page Jun 25, 2020
·
2 revisions
Your IDE may show errors which state, that some methods do not exist. This may related to Annotations.
- org.dice_research.opal.webservice.model.entity.dto.DataSetDTO
uses the lombok.Data annotation - org.dice_research.opal.webservice.model.entity.dto.SearchDTO
additionally uses the com.fasterxml.jackson.annotation.JsonFormat annotation
To resolve those errors, download Lombok: https://projectlombok.org/download.
Execute the file via java -jar lombok.jar
and select you Eclipse directory.
The lombok installer copies the jar file to the eclipse directory and edits eclipse.ini.
Restart Eclipse.
Click on Help
-> About Eclipse IDE
. The text field should contain a text like Lombok is installed
.
A screenshot is available here: https://projectlombok.org/setup/eclipse
Finally you may have to clean your project (Project -> Clean / Run as -> Maven clean).
Described here: https://projectlombok.org/setup/intellij
-
https://projectlombok.org/
The lombok installer copies the jar file to the eclipse directory and edits eclipse.ini.
-> Successfully resolved both issues for Eclipse 2020-03 - Setting up Lombok with Eclipse and Intellij
https://www.baeldung.com/lombok-ide - Jackson Databind
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - Jackson Dependency Issue in Spring Boot with Maven Build
https://springframework.guru/jackson-dependency-issue-spring-boot-maven/ -
https://github.com/FasterXML/jackson-docs
https://github.com/FasterXML/jackson-databind
https://github.com/FasterXML/jackson-databind/wiki