Written on
GContracts 1.2.4 Released!
I am proud to announce that GContracts 1.2.4 has just been released and is available in the Central Maven repository [0] and at Github [1]. This release covers bug fixes and enhancements.Release Notes
- [17] old variable generation on inherited instance variables
- [10] support for static methods
- [25] precondition (@Requires) should be checked before the method's closure is invoked
- [28] use locks to avoid concurrency issues when checking contracts
- [29] no explicit return returns null
- [30] ReturnStatementVisitor does not ignore closure expressions
Many thanks to Evgeny Goldin who contributed to this release!