v1.0.3
- Placeholder count validation: highlights mismatches between
{0},{1}, … placeholders in.propertiesand 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, …)).