detected at src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocvariable/InputJavadocVariableMethodInnerClass.java
we have already validation that if user put (default) before property value, it is validated against default value in Check.
It is done at #15983 .
Validation logic is at InlineConfigParser.java
TODO:
upadate InlineConfigParser.java to validate that all properties are specified in Input file. if all properties are default, all proprties should be mentioned in Input file and all has prefix (default)
detected at src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocvariable/InputJavadocVariableMethodInnerClass.java
we have already validation that if user put
(default)before property value, it is validated against default value in Check.It is done at #15983 .
Validation logic is at InlineConfigParser.java
TODO:
upadate InlineConfigParser.java to validate that all properties are specified in Input file. if all properties are default, all proprties should be mentioned in Input file and all has prefix
(default)