Skip to content

Releases: y-ok/java-message-key-navigator

v1.0.3

30 Jun 15:57

Choose a tag to compare

  • Placeholder count validation: highlights mismatches between {0}, {1}, … placeholders in .properties and the number of arguments passed in code.
  • Support for generic array literal calls (new Object[] {…}, new String[] {…}, etc.) and varargs calls (e.g. infrastructureLogger.log("KEY", arg1, arg2, …)).