Closed lombokissues closed 9 years ago
:bust_in_silhouette: djs.aswin :clock8: Aug 07, 2013 at 00:03 UTC
What steps will reproduce the problem?
What is the expected output? What do you see instead?
No error if the Logger class is imported and used without lombok.
Compiler error when using lombok because it uses fully qualified name that starts with org.*
What version of the product are you using? On what operating system? 0.12 Tested on multiple systems
:bust_in_silhouette: askoning :clock8: Aug 07, 2013 at 09:36 UTC
It's not really a bug with the annotation, but we create code that just might not compile.
You can craft code that fails in the same way without Lombok - just try to run QualifierExample through javac.
:bust_in_silhouette: askoning :clock8: Aug 07, 2013 at 09:36 UTC
:bust_in_silhouette: askoning :clock8: Aug 07, 2013 at 10:45 UTC
Discussed with Roel. We're not going to fix this since it's not a bug in Lombok, and this isn't common or boilerplate enough. You can get around it by creating the Logger yourself using a non-fully qualified name.
End of migration
Migrated from Google Code (issue 555)