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

404 error in javadoc when try to search #1402

Closed
worldbiomusic opened this issue Mar 13, 2022 · 3 comments · Fixed by #1434
Closed

404 error in javadoc when try to search #1402

worldbiomusic opened this issue Mar 13, 2022 · 3 comments · Fixed by #1434

Comments

@worldbiomusic
Copy link

Describe the bug
404 error in Java doc when try to search.

To Reproduce
Steps to reproduce the behavior:

  1. Go to javadoc
  2. Search GHRepository
  3. See error

Expected behavior

  • It looks javadoc needs to be regenerated

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: chrome
  • Version: latest

Additional context

  • Good project, thank you!.
@0xacx
Copy link
Contributor

0xacx commented Apr 14, 2022

When manually navigating to the file, the path is correct and you can view the file. https://github-api.kohsuke.org/apidocs/org/kohsuke/github/GHRepository.html
When searching for the file, undefined is added to the path, for classes that don't belong in modules,
https://github-api.kohsuke.org/apidocs/undefined/org/kohsuke/github/GHRepository.html, thus making the request return 404.

There are a few workarounds discussed in SO but probably the cleanest solution is generating the javadoc with a version higher than 11 where this bug is fixed.

@bitwiseman
Copy link
Member

@0xacx @worldbiomusic
It looks like #1434 fails due to more stringent doclint behavior in Java 17. Would either of you be willing to do the work to address the new warnings?

@arslanakhtar61
Copy link

arslanakhtar61 commented Aug 23, 2022

The javadoc url is unavailable!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants