Closed CreazyGuyDev closed 2 months ago
Just for clarification are you talking about SuppressWarnings annotations, right?
Just for clarification are you talking about SuppressWarnings annotations, right?
No. I'm talking about some type of configuration.
@DawidRatajczak Thank you for clarifying.
There's a configuration for jdk.hints.preferences
, you can provide path for the hints preferences xml file exported from NetBeans.
For now there is no as such annotation provided in the extension for removing the hints other than SuppressWarnings or what is provided in JDK which in my opinion is fairly good for removing hints.
Closing this due to inactivity. Feel free to re-open this issue, if you still have some clarifications.
How can i remove hints like method or var unused when they are annotated with some annotation?