79804426

Date: 2025-10-30 05:54:54
Score: 0.5
Natty:
Report link

-locale is still supported, but it’s currently ignored in newer JDKs (known bug JDK-8222793).
To force English output, use JVM options instead:

javadoc -J-Duser.language=en -J-Duser.country=US ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lavi Kumar