vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.76k stars 196 forks source link

JavaDoc seems to be generating docs for only public elements, when they should be including protected ones #236

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

JavaDoc seems to be generating docs for only public elements, when they should be including protected ones.

For example, we have several protected abstract methods on abstract classes we need to document.

I think maybe the ant JavaDoc task needs to replace public=1 with protected=1

techsy730 commented 3 years ago

As this only is a documentation change, I don't think we need a 8.5.3 for this alone. Just commit the change and repush the docs on the fastutil website.

vigna commented 3 years ago

I think the point was that there are already si many methods. If someone wants to play with subclassing, it is easy to regenerate the docs. The final user has no interest in protected methods.