Mutability Detector v0.9.6 Release Notes

Release Date: 2016-11-10 // over 7 years ago
  • ๐Ÿš€ The most significant changes in this release are:

    • ๐Ÿ‘Œ improved message when constructing collection fields with unwrapped collections. See #51, #52, thanks go to new contributors @badgersow and @kwahsog.
    • ๐Ÿ‘€ hardcoded results can be configured to apply to MutabilityDetector.assertX methods. This is useful if you want to make assertions programatically, and don't want, for example, assertImmutable(String.class) to fail. See #64 , and thanks to new contributor @alexsalesdev .
    • ๐Ÿ‘€ MutabilityDetector assertion methods are now thread safe. See #63.
    • ๐Ÿ‘€ The command line interface can now give a summary of the analysis, included number of classes scanned, and time taken. See #66 and thanks again to @alexsalesdev .