projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.82k stars 2.38k forks source link

Eclipse indicates lombok annotated vars as unused #277

Closed lombokissues closed 9 years ago

lombokissues commented 9 years ago

Migrated from Google Code (issue 204)

lombokissues commented 9 years ago

:bust_in_silhouette: thangavelm   :clock8: Apr 06, 2011 at 06:09 UTC

What steps will reproduce the problem?

  1. Added getter/setter annotations
  2. Removed exiting getter/setter
  3. Eclipse reports the member variables as unused ones and cleans them up as my eclipse save action setting is set to remove the unused vars

What is the expected output? What do you see instead? Eclipse should be able to note that these are variables annotated using Lombok and are not unused. Though this might be extention to be done on eclipse, but I thought lombok might have some way to note it to eclipse compiler.

What version of the product are you using? On what operating system?

Please provide any additional information below.

lombokissues commented 9 years ago

:bust_in_silhouette: reinierz   :clock8: Jun 06, 2011 at 18:22 UTC

I don't think your lombok install was working at all. Can you try to reproduce this one using the latest edge build?

https://projectlombok.org/download-edge.html

lombokissues commented 9 years ago

:bust_in_silhouette: reinierz   :clock8: Jul 19, 2011 at 02:13 UTC

invalidating due to no response by OP.

lombokissues commented 9 years ago

End of migration