Skip to content

v1.0.3

Choose a tag to compare

@y-ok y-ok released this 30 Jun 15:57
· 47 commits to main since this release
  • 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, …)).