-
Notifications
You must be signed in to change notification settings - Fork 29
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
Modify rule S3749: Update rule description to add new javax and jakarta annotations (SONARJAVA-5036) #4578
Conversation
…rta inject and resource annotation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change
rules/S3749/java/rule.adoc
Outdated
* ``++javax.persistence.PersistenceContext++`` | ||
* ``++jakarta.persistence.PersistenceContext++`` | ||
* ``++jakarta.inject.Inject++`` | ||
* ``++jakarta.annotation.Resource++`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we re-order the elements so that they mirror the last above?
* ``++javax.persistence.PersistenceContext++`` | |
* ``++jakarta.persistence.PersistenceContext++`` | |
* ``++jakarta.inject.Inject++`` | |
* ``++jakarta.annotation.Resource++`` | |
* ``++javax.persistence.PersistenceContext++`` | |
* ``++jakarta.annotation.Resource++`` | |
* ``++jakarta.inject.Inject++`` | |
* ``++jakarta.persistence.PersistenceContext++`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Quality Gate passed for 'rspec-tools'Issues Measures |
Quality Gate passed for 'rspec-frontend'Issues Measures |
Review
A dedicated reviewer checked the rule description successfully for: