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

Introduce Slf4jLogDeclaration to canonicalize slf4j's variable's declaration #783

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2024

  1. Introduce Slf4jLogDeclaration to canonicalize slf4j's variable's de…

    …claration
    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a1b03ed View commit details
    Browse the repository at this point in the history
  2. Drop redundant check

    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d2bf6a5 View commit details
    Browse the repository at this point in the history
  3. Assume one logger per class, check nested classes and use TreeScanner

    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    af29373 View commit details
    Browse the repository at this point in the history
  4. Don't skip interfaces

    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    23d3e4b View commit details
    Browse the repository at this point in the history
  5. Ommit modifying interface variables modifiers (heh)

    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9d7d195 View commit details
    Browse the repository at this point in the history
  6. Fix checkstyles

    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7a5fb99 View commit details
    Browse the repository at this point in the history
  7. TIL: Illegal static declaration in inner class

    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    eb2fa4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa65317 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ba92bd View commit details
    Browse the repository at this point in the history
  10. Suggestions

    rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7df687b View commit details
    Browse the repository at this point in the history
  11. Suggestions part 2

    rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1adf468 View commit details
    Browse the repository at this point in the history
  12. Suggestions part 3

    rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e2c2a04 View commit details
    Browse the repository at this point in the history
  13. Pair programming

    rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    df60311 View commit details
    Browse the repository at this point in the history
  14. Comments

    mohamedsamehsalah authored and rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7d2a645 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f64e18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    40a5b58 View commit details
    Browse the repository at this point in the history
  17. Suggestions

    rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b85b5b3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4949658 View commit details
    Browse the repository at this point in the history
  19. Suggestions

    rickie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7544755 View commit details
    Browse the repository at this point in the history