MutabilityDetector / MutabilityDetector4FindBugs

Run Mutability Detector during a FindBugs analysis to check all your classes annotated with @Immutable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MutabilityDetector4FindBugs

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.

How to get MutabilityDetector4FindBugs

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

See Also:

How to configure a custom detector to run during FindBugs analysis

About

Run Mutability Detector during a FindBugs analysis to check all your classes annotated with @Immutable.


Languages

Language:Java 100.0%