lombok-intellij-plugin
lombok-intellij-plugin copied to clipboard
Add support for @StandardException
With the upgrade to https://github.com/mplushnikov/lombok-intellij-plugin/pull/1069 1.18.21, comes @StandardExeption
.
https://projectlombok.org/features/experimental/StandardException
I ran into some issues in Intellij regarding the @StandardException in Lombok. Is this because this has not been implemented yet in the plugin?
See also the comments I made on adding a custom constructor to an Exception annotated with @StandardException which is not recognized by Intellij: https://github.com/projectlombok/lombok/issues/375#issuecomment-953050001
But also the default constructors added by Lombok when adding the @StandardException are not recognized, while the Maven build runs perfectly fine.
Is this because this has not been implemented yet in the plugin?
Yes, I think so. See the features list in the readme.
This still seems to be a problem the plugin with Intellij bundled 222.4345.14. Will this be supported in the future?
I don't know why it's not stated anywhere, but the new bug tracker is https://youtrack.jetbrains.com/ since this plugin was integrated into IntelliJ IDEA.
There's a feature request similar to this one https://youtrack.jetbrains.com/issue/IDEA-280823/New-lombok-feature-StandardException
@mplushnikov Can you please:
- Inform your community in the README about the IntelliJ bug tracking and disable Issues in this Github project
- Check the comments in the IDEA issue linked above and fix the issue about the Constructor not being shown in IntelliJ
I personally don't use IntelliJ IDEA right now, so I can't check whether it has been fixed since the last comment of March 2022.