- use
.isEmpty()where feasible - remove unnecessary
staticmodifier of inner record or interface type - remove unnecessary
finalmodifier of private or static method - remove unnecessary
toString()
Comment From: philwebb
Thanks very much @quaff. I've split up the commits and merged this into 3.1.x and 3.2.x.