-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At least one of lombok's features does not qualify its field access. #121
Comments
👤 reinierz 🕗 Sep 15, 2009 at 07:22 UTC Presumably something @ Data does. http://groups.google.com/group/project-lombok/browse_thread/thread/f35a751139c8e90d |
👤 r.spilker 🕗 Sep 15, 2009 at 09:58 UTC Actually, fixing issue #120 would |
👤 reinierz 🕗 Sep 15, 2009 at 11:54 UTC It would, but, there's a bug here which is why its a separate issue: ALL field access should be qualified (with Status is 'new' because I'm pretty sure we DO qualify all accesses. First need to find out where we're forgetting it. |
👤 [email protected] 🕗 Sep 15, 2009 at 21:54 UTC package lombokTest;
|
👤 reinierz 🕗 Sep 23, 2009 at 05:46 UTC Fixed in 35691e8 - should be live in the next major lombok release (I'm |
👤 [email protected] 🕗 Mar 14, 2010 at 21:58 UTC I am afraid I still experience this bug, though now on a different annotation. In projects classpath: The source:
This also happens on others. Attached you will find three files (test cases, though not automated) of which only |
👤 [email protected] 🕗 Mar 14, 2010 at 21:58 UTC |
👤 [email protected] 🕗 Mar 14, 2010 at 21:58 UTC |
👤 [email protected] 🕗 Mar 14, 2010 at 21:58 UTC |
👤 reinierz 🕗 Mar 15, 2010 at 22:56 UTC We probably forgot to catch it. We don't have the 'unqualified access' warning on, and a conflict is rare. We'll get |
👤 reinierz 🕗 Jul 17, 2010 at 22:36 UTC We double checked everything - as far as I can tell they're all qualified now. Notably including @ Synchronized, where this technically could even lead to faulty generated code if you have a parameter named $lock. See commit 8869e97 |
End of migration |
Migrated from Google Code (issue 48)
The text was updated successfully, but these errors were encountered: