public class MightIgnore extends ExceptionAnalyse> (Code)
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.
author: Nicolas Petitprez