Question

I regularly observe obsolete classes and methods in Java API.

I did not find Java API without obsoletes. It suggests me that you need to filter Java API by your browser to get it more readable. Javascript is apparently a good solution in filtering Java API.

How can you get Java API without Obseletes by Javascript or by other method?

[edit after the first answer]

I downloaded the javadocs to the folder docs. I run

javadoc -nodeprecatedlist docs/

I get the error

javadoc: error - Illegal package name: "docs/"
1 error
Was it helpful?

Solution

You can regenerate the javadoc from the sources with the -nodeprecated option

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top