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

Tweak UsesSystemProperties.java #407

Merged
merged 2 commits into from
Sep 28, 2024

Conversation

ascopes
Copy link
Owner

@ascopes ascopes commented Sep 28, 2024

  • Demote logging to debug level
  • Rename inner extension class to be clearer
  • Remove self-referential import
  • Mark extension as final
  • Update JavaDocs
  • Unmark field as volatile as it is not synchronized anyway
  • Mark annotation as "Inherited"

- Demote logging to debug level
- Rename inner extension class to be clearer
- Remove self-referential import
- Mark extension as final
- Update JavaDocs
- Unmark field as volatile as it is not synchronized anyway
- Mark annotation as "Inherited"
@ascopes ascopes added the general improvements Fixing/updating internal components and code label Sep 28, 2024
@ascopes ascopes self-assigned this Sep 28, 2024
@ascopes ascopes merged commit 991029c into main Sep 28, 2024
12 checks passed
@ascopes ascopes deleted the task/tidy-usessystemproperties-annotation branch September 28, 2024 08:52
Copy link

codecov bot commented Sep 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.65%. Comparing base (5d07f98) to head (3b05f4f).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #407   +/-   ##
=======================================
  Coverage   87.65%   87.65%           
=======================================
  Files          33       33           
  Lines        1117     1117           
  Branches       74       74           
=======================================
  Hits          979      979           
  Misses        104      104           
  Partials       34       34           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general improvements Fixing/updating internal components and code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant