Run Mutability Detector during a FindBugs analysis to check all your classes annotated with @Immutable
.
As of version 0.9.1, support for FindBugs 1.3.9 has been relegated to a branch, with a different artifact. FindBugs 2.0.0 was released in December 2011, I recommend upgrading.
FindBugs version | Link | Maven Coordinates | ||
groupId | artifactId | version | ||
2.0.0+ | Download | org.mutabilitydetector | MutabilityDetector4FindBugs | 0.9.1 |
1.3.9 | Download | org.mutabilitydetector | MutabilityDetector4FindBugs-v139 | 0.9.1 |
How to configure a custom detector to run during FindBugs analysis