Skip to content

Conversation

commonquail
Copy link
Contributor

Error Prone advertises https://errorprone.info/bugpattern/ThreadSafe but does not recognize the name:

Fatal error compiling: ThreadSafe is not a valid checker name

The implementing checker, ThreadSafeChecker, is missing from the index of built-in checkers. Add it to the disabled checkers alongside the other experimental checkers.

Fixes #4833

Error Prone advertises https://errorprone.info/bugpattern/ThreadSafe but
does not recognize the name:

> Fatal error compiling: ThreadSafe is not a valid checker name

The implementing checker, `ThreadSafeChecker`, is missing from the index
of built-in checkers. Add it to the disabled checkers alongside the
other experimental checkers.

References: google#4833
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.

ThreadSafe is not a valid checker name

1 participant