Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report KDoc comments that refer to non-public properties of a class #4768

Commits on Apr 25, 2022

  1. Report KDoc comments that refer to encapsulated properties of a class

    New rule to address the issue of breaking encapsulation principle when KDoc comments have references to encapsulated (private) properties.
    Clients do not need to know the implementation details.
    VitalyVPinchuk committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    501473b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    b8700b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    b86ae6f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Improve tests

    VitalyVPinchuk committed May 5, 2022
    Configuration menu
    Copy the full SHA
    eed733c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    4679ae2 View commit details
    Browse the repository at this point in the history