Update to 6.4.0. New detectors added in this release:
[OPM] Overly Permissive Method - Looks for methods that are declared more permissively than the code is using. For instance, declaring a method public, when it could just be declared private.
[STT] Stringified Types - Looks for string fields that appear to be built with parsing or calling toString() on another object, or from objects that are fields.
[IMC] Immature Class - Looks for classes that are not fully implemented to be a well rounded class. While the class will likely work fine, it is more difficult to use or understand than necessary.
[JXI] JAX-RS Issues - Looks for problems with the use of the JAX-RS specification.
This update has been submitted for testing by richardfearn.
This update has been submitted for testing by richardfearn.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by richardfearn.
This update has been obsoleted by findbugs-contrib-6.4.3-1.fc23.