Issue #17924: Enable CheckstyleAntTaskTest.testNoFileOrPathSpecified by making it non-static#17925
Merged
romani merged 1 commit intoOct 15, 2025
Conversation
4e66a1d to
1185e87
Compare
1185e87 to
6a457f4
Compare
Contributor
Author
|
The "Check no closed issue references" CI failure is unrelated to this RR. Once #17931 (or some reviewed/edited version of it) is merged, this PR should be rebased on top of it so that the CI can pass. |
6a457f4 to
f3ab224
Compare
…cified by making it non-static
f3ab224 to
7f5395c
Compare
Contributor
Author
|
After rebasing on top of #17931, CI passes. |
Member
|
different warnings: |
This was referenced Oct 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JUnit Jupiter does not execute
staticmethods annotated with@Test, as seen in, e.g., https://dev.azure.com/romanivanovjr/romanivanovjr/_build/results?buildId=32943&view=logs&j=c902ebb4-c9f8-5f09-4e17-ff78fbbc842e&t=9ca98c81-ff64-58f0-9d03-a23ac1c4a111&l=116:This PR fixes the issue by removing the
staticmodifier from that test.Fixes #17924