Skip to content

Validate that all Inputs mentioned all default properties in config #16378

@romani

Description

@romani

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions