Skip to content

NamingConvention

Pre-release
Pre-release
Compare
Choose a tag to compare
@Harleyoc1 Harleyoc1 released this 06 Jul 10:18

This release adds a NamingConvention system for converting strings between naming conventions, as well as miscellaneous cleanup in other classes. A few older classes and methods have also been deprecated.

This version also fully embraces Java 16, meaning that from this version and up only Java 16+ will be supported.

Changes

  • Added NamingConvention class with a set of default naming conventions. Allows testing that strings follow the convention and converting to others.
  • Various Javadoc refinements.
  • Added and enforced missing nullability annotations in certain methods.
  • Deprecated InputUtils for replacement with a new system in a future release.
  • Deprecated IntegerUtils#round(double, int), will be moved to a more suited class in a future release.