resources.report.rules.findbugs.DE_MIGHT_IGNORE.html Maven / Gradle / Ivy
DE_MIGHT_IGNORE
DE: Method might ignore exception (DE_MIGHT_IGNORE)
This method might ignore an exception. In general, exceptions
should be handled or reported in some way, or they should be thrown
out of the method.