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

Remove VisibleForTesting from Processes#getPidOrThrow #924

Merged

Conversation

sleberknight
Copy link
Member

Usage of this package-private method from ProcessHelper in the same package is a valid usage, so removing the VisibleForTesting annotation.

Closes #923

Usage of this package-private method from ProcessHelper
in the same package is a valid usage, so removing the
VisibleForTesting annotation.

Closes #923
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@chrisrohr chrisrohr merged commit 4d6b6fa into master Mar 24, 2023
@chrisrohr chrisrohr deleted the 923-remove-VisibleForTesting-annotation-from-getPidOrThrow branch March 24, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sonar: Class members annotated with "@VisibleForTesting" should not be accessed from production code
3 participants