We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ATTENTION! Please read and follow: if this is a question about Error Prone, send it to [email protected] if this is a bug or feature request, fill the form below as best as you can.
ATTENTION! Please read and follow:
Searching in the javadoc, for e.g. WrongOneof and pressing enter gets you:
WrongOneof
https://errorprone.info/api/latest//undefined/com/google/errorprone/bugpatterns/WrongOneof.html
When instead it should be:
https://errorprone.info/api/latest//com/google/errorprone/bugpatterns/WrongOneof.html
This makes it hard to read the docs, as they go to a broken page.
Not being able to read the reference documentation
Search a known identifier in the published reference docs (see above)
N/A
No
The text was updated successfully, but these errors were encountered:
FYI: google/truth#672
Sorry, something went wrong.
The is fixed in the latest versions of the generated javadoc.
No branches or pull requests
Description of the problem / feature request:
Searching in the javadoc, for e.g.
WrongOneof
and pressing enter gets you:When instead it should be:
This makes it hard to read the docs, as they go to a broken page.
Feature requests: what underlying problem are you trying to solve with this feature?
Not being able to read the reference documentation
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Search a known identifier in the published reference docs (see above)
What version of Error Prone are you using?
N/A
Have you found anything relevant by searching the web?
No
The text was updated successfully, but these errors were encountered: