Skip to content

JavadocVariable accessmodifiers not respected #873

@paddywalsh

Description

@paddywalsh

With the following configuration, missing javadoc is being flagged for private members. This has only happened since upgrading to checkstyle 10.25.1 and using checkstyle plugin version 10.23.0.202506030314.

<module name="JavadocVariable">
      <property name="accessModifiers" value="public,protected,package"/>
</module>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions