Name: rm29839 Date: 05/27/98
Javadoc ease-of-use could be improved by providing logical separations between
different types of fields and methods. Fields can be logically
grouped into class constants (static final), class fields (static), and object
fields (non-static); methods can be logically grouped into class methods (static) and object methods (non-static).
Typically, I know that I'm looking for a particular type of field or method, but
have to scroll through the entire list filtering for, say, static methods.
(Review ID: 29994)
======================================================================
Javadoc ease-of-use could be improved by providing logical separations between
different types of fields and methods. Fields can be logically
grouped into class constants (static final), class fields (static), and object
fields (non-static); methods can be logically grouped into class methods (static) and object methods (non-static).
Typically, I know that I'm looking for a particular type of field or method, but
have to scroll through the entire list filtering for, say, static methods.
(Review ID: 29994)
======================================================================
- duplicates
-
JDK-8002304 Group methods by types in methods summary section
-
- Closed
-