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

[doc] Document rule changes for PMD 7 #4501

Merged
merged 22 commits into from
Apr 29, 2023
Merged

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    7acb2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9064297 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d718d3f View commit details
    Browse the repository at this point in the history
  4. [doc] ArrayIsStoredDirectly - reports now on assignment

    and not anymore on formal parameter.
    
    Refs pmd#3127
    Refs pmd#3123
    adangel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    72d9fd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa38d60 View commit details
    Browse the repository at this point in the history
  6. [java] SwitchDensityRule - use common report level property for "mini…

    …mum"
    
    While we calculate the ratio between number of statements and number of labels,
    we shouldn't pretend that this is an exact rule - it's anyway a best guess,
    that high switch density is a problem. I don't think, it makes a big difference
    between 10.2 and 10. You e.g. want to report, when the density is bigger than 10
    or bigger than 5. We don't need the report level accuracy here.
    
    Refs pmd#3123
    adangel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3fab198 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9c8515 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d05aad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efbbd6c View commit details
    Browse the repository at this point in the history
  10. [doc] Update release notes (pmd#4509)

    Closes pmd#4509
    adangel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3b31913 View commit details
    Browse the repository at this point in the history
  11. [doc] Update release notes (pmd#4511)

    Closes pmd#4511
    adangel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    40aa75a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    47252be View commit details
    Browse the repository at this point in the history
  13. [doc] Update release notes (pmd#4512)

    Closes pmd#4512
    adangel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bebe05b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bd13b39 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c8ba41 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b92a8e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    afe1613 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    daf574a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    157cac9 View commit details
    Browse the repository at this point in the history
  20. [doc] Fix typo for CommentContent forbiddenRegex property

    Co-authored-by: Clément Fournier <clement.fournier76@gmail.com>
    adangel and oowekyala committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0df041d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    429f0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ecc1a8 View commit details
    Browse the repository at this point in the history