-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Reduce visibility of test methods #19294
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
Conversation
|
Thanks very much, @dreis2211. What's currently confusing me is that |
|
Furthering my confusion, only 8 problems were identified with the Gradle plugin: As 47b47c2 shows, there were in fact many more. |
|
It looks like a problem with Checkstyle's cache that it writes into |
Hi,
this PR fixes a couple of more checkstyle issues caused by #19287. There was a commit by @wilkinsona that already fixed the warnings inside the gradle plugin, but there are some more.
Cheers,
Christoph