OpenPojo 0.8.6
oshoukry
released this
29 May 20:39
·
129 commits
to master
since this release
Fixed
- Issue #88, GetterMustExist now skips synthetic fields. (Thanks to mkonstantinou)
- Issue #92, OpenPojo's NoFieldShadowingRule rule will now not erroneously detect serialVersionUID as a field being shadowed. Additionally, NoFieldShadowingRule now supports list of fieldNames to skip. (Thanks to sixcorners)