-
Notifications
You must be signed in to change notification settings - Fork 692
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
SONARJAVA-3920 Add quick fixes for S5810 (JUnit5SilentlyIgnoreClassAndMethodCheck) #4285
Conversation
@@ -31,9 +32,10 @@ class JUnit5SilentlyIgnoreClassAndMethodCheckTest { | |||
|
|||
@Test | |||
void test() { | |||
CheckVerifier.newVerifier() | |||
InternalCheckVerifier.newInstance() |
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.
Maybe is it a good idea now to also change the other tests to use the InternalCheckVerifier
and remove the import of the old CheckVerifier
, just to have more consistency
...cks/src/main/java/org/sonar/java/checks/tests/AbstractJUnit5NotCompliantModifierChecker.java
Outdated
Show resolved
Hide resolved
...hecks/src/main/java/org/sonar/java/checks/tests/JUnit5SilentlyIgnoreClassAndMethodCheck.java
Outdated
Show resolved
Hide resolved
Co-authored-by: leonardo-pilastri-sonarsource <[email protected]>
Co-authored-by: leonardo-pilastri-sonarsource <[email protected]>
ad592be
to
033d4eb
Compare
SonarQube Quality Gate |
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.
Looks good!
No description provided.