You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In java code will suppress public static method PMD warning. It's the standard way to ignore warnings for Java linters and checkers.
I'd suggest supporting this annotation for Aibolit to suppress warnings for classes methods and variables, it may use "aibolit" prefix to separate from other suppression, like:
JDK has source annotation to suppress any warnings:
@SupressWarnings
: https://docs.oracle.com/javase/8/docs/api/java/lang/SuppressWarnings.html Many linters (like javac or PMD) suppores this annotation to ignore warning, e.g.In java code will suppress public static method PMD warning. It's the standard way to ignore warnings for Java linters and checkers.
I'd suggest supporting this annotation for Aibolit to suppress warnings for classes methods and variables, it may use "aibolit" prefix to separate from other suppression, like:
The text was updated successfully, but these errors were encountered: