-
-
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
@ExtensionMethod broken for javac in nearly all cases #472
Comments
👤 pe.fips 🕗 Jul 13, 2012 at 13:26 UTC While moving @ ExtensionMethod to lombok a small bug got introduced resulting in "cannot find symbol" errors. I'm going to fix it real quick. The main point is, that up until now TestWithDelombok is not able to uncover these bugs when running the tests, since we have no attribution phase in delombok. Example: import lombok.experimental.ExtensionMethod; @ ExtensionMethod({Arrays.class, ExtensionMethodExample.Extensions.class})
} static class Extensions {
} Would give the following error in delombok (before the bugfix): -1:-1 ERROR cannot find symbol |
👤 pe.fips 🕗 Jul 13, 2012 at 13:26 UTC |
👤 pe.fips 🕗 Jul 13, 2012 at 13:29 UTC Fixed with commit 0682634. |
👤 reinierz 🕗 Jul 16, 2012 at 22:21 UTC Fix is in edge release: https://projectlombok.org/download-edge.html will be in 0.11.4 |
End of migration |
fixed projectlombok#472: updated changelog fixed projectlombok#531: updated changelog
… to contributors list
Migrated from Google Code (issue 399)
The text was updated successfully, but these errors were encountered: