janino-compiler / janino

Janino is a super-small, super-fast Java™ compiler.
http://janino-compiler.github.io/janino
Other
1.25k stars 208 forks source link

Javadoc search appears to be broken #215

Closed nchammas closed 7 months ago

nchammas commented 7 months ago

Starting here:

https://janino-compiler.github.io/janino/apidocs/

I search for Integer using the search bar in the top right corner and click on the first link, which sends me here:

https://janino-compiler.github.io/janino/apidocs/undefined/org/codehaus/janino/Java.IntegerLiteral.html

But this is a 404.

aunkrig commented 7 months ago

For some reason, the JAVADOC search produces a target URL

https://janino-compiler.github.io/janino/apidocs/undefined/org/codehaus/janino/Java.IntegerLiteral.html

instead of

https://janino-compiler.github.io/janino/apidocs/org/codehaus/janino/Java.IntegerLiteral.html

Why??

aunkrig commented 7 months ago

The solution is https://stackoverflow.com/questions/52326318/maven-javadoc-search-redirects-to-undefined-url#answer-52603413

aunkrig commented 7 months ago

Update online JAVADOC from 3.1.2-SNAPSHOT to 3.1.13-SNAPSHOT.

Please test!

nchammas commented 7 months ago

Works for me now. 👍