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

release: release 0.6.0 #99

Merged
merged 25 commits into from
Sep 2, 2022
Merged

release: release 0.6.0 #99

merged 25 commits into from
Sep 2, 2022

Commits on Aug 31, 2022

  1. release: 0.6.0

    bsbodden committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    801c3af View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    58fb6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e29f77 View commit details
    Browse the repository at this point in the history
  3. refactor: use the diamond operator ("<>") to reduce the verbosity of …

    …generics code (SonarLint java:S2293)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4208c78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad1012a View commit details
    Browse the repository at this point in the history
  5. refactor: chained AssertJ assertions should be simplified to the corr…

    …esponding dedicated assertion (SonarLint java:S5838)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    78ce216 View commit details
    Browse the repository at this point in the history
  6. refactor: consecutive AssertJ "assertThat" statements should be chain…

    …ed (SonarLint java:S5853)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    319a859 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e85518 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71cb60f View commit details
    Browse the repository at this point in the history
  9. refactor: "equals(Object obj)" should be overridden along with the "c…

    …ompareTo(T obj)" method (SonarLint java:S1210)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    27e412f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45005ab View commit details
    Browse the repository at this point in the history
  11. refactor: "equals(Object obj)" and "hashCode()" should be overridden …

    …in pairs (SonarLint java:S1206)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    32eee98 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f9a1829 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    364ad01 View commit details
    Browse the repository at this point in the history
  14. refactor: "@OverRide" should be used on overriding and implementing m…

    …ethods (SonarLint java:S1161)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    cee7bf4 View commit details
    Browse the repository at this point in the history
  15. refactor: optional value should only be accessed after calling isPres…

    …ent() (SonarLint java:S3655)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ac5b303 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f7629d5 View commit details
    Browse the repository at this point in the history
  17. refactor: constructors of an "abstract" class should not be declared …

    …"public" (SonarLint java:S5993)
    bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c8f3903 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5d7e695 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e580ec2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0708a56 View commit details
    Browse the repository at this point in the history
  21. fixing syntax

    chayim authored and bsbodden committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3aa27b2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d7fa985 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    65b6919 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0faa1f2 View commit details
    Browse the repository at this point in the history