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

javadoc search broken #1825

Closed
Zemnmez opened this issue Sep 14, 2020 · 2 comments
Closed

javadoc search broken #1825

Zemnmez opened this issue Sep 14, 2020 · 2 comments

Comments

@Zemnmez
Copy link

Zemnmez commented Sep 14, 2020

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.

Description of the problem / feature request:

Searching in the javadoc, for e.g. WrongOneof and pressing enter gets you:

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.

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

@cpovirk
Copy link
Member

cpovirk commented Sep 14, 2020

FYI: google/truth#672

@cushon
Copy link
Collaborator

cushon commented Jan 6, 2021

The is fixed in the latest versions of the generated javadoc.

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

No branches or pull requests

3 participants