Package org.geotools.util
Annotation Interface SuppressFBWarnings
GeoTools custom ersion of Spotbugs SuppressFBWarnings, added here to avoid dependencies on extra jars and for IDE
friendlyness (IntelliJ does not seem to provide completion for optional dependencies, even if annotations not found
at runtime apparently don't cause issues).
Spotbugs checks annotations by name, anything ending with "SuppressFBWarnings" or "SuppressWarnings" will be checked for suppressions. We cannot use SuppressWarnings simply because it is not retained in bytecode, which is what SpotBugs processes.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionOptional documentation of the reason why the warning is suppressedString[]
The set of FindBugs warnings that are to be suppressed in annotated element.