Skip to content

OpenPojo 0.8.6

Compare
Choose a tag to compare
@oshoukry oshoukry released this 29 May 20:39
· 129 commits to master since this release

Fixed

  1. Issue #88, GetterMustExist now skips synthetic fields. (Thanks to mkonstantinou)
  2. 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)