eclipse - 2019-09 R + maven + m2e-apt
lombok - 1.18.6
I installed lombok using maven, through eclipse and i after installing the m2e-apt, i can see the lombok jar file in the javac annotation processor list. I can also see that auto-complete and searching for references/declarations of the generated getter/setter methods seem to work.
I also installed (the maven resolved) lombok.jar into eclipse by executing the jar file.
However eclipse keeps showing a "quick fix" tool tip where ever the lombok generated methods are used.
Compilation/packaging using maven works fine.
Attaching snapshots.
issue-1 -: The location where the quick tips are shown (usage/reference of the getter/setter functions)
issue-2 -: Shows that the getters/setters are actually shown in the eclipse outline view