Version 0.8 of MutabilityDetector has been released and is now available from Maven Central. This release includes bug fixes for the following issues:
- Correctly analyse the rule "don't allow subclassing"
- Improve unit test error message to separate failure reasons from allowed reasons
- Cannot use an implementation of org.hamcrest.Matcher in unit tests
- Matching effectivelyImmutable classes does not permit allowing reasons for mutability.
- Cyclic references will cause a stack overflow
I'm also very pleased to announce the release of a FindBugs plugin for Mutability Detector. This is also available from Maven Central and the project's download page. Just configure your FindBugs installation to pickup the plugin detector during analysis (usually by placing it in the 'plugin' directory) and it will detect classes annotated with @Immutable. The detector will emit a FindBugs warning for each violation of the rules for achieving immutability.
Disclaimer, the Mutability Detector FindBugs plugin is marked as version 0.2 for a reason. It's a first cut, and since I personally use Mutability Detector as a unit testing tool, I don't plan to 'dog food' the plugin so much. So any and all feedback is welcome. Please feel free to email me (Grundlefleck at gmail dot com), file an issue, or post to the Google group.
No comments:
Post a Comment