-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b66
-
Not verified
javadoc is perversely obsessive about using static methods when using objects would be more convenient. The SourceToHTMLConverter is one such class, consisting solely of static methods that pass values around that would be better represented in instance member variables.
The class should be converted to use instance methods and fields.
The class should be converted to use instance methods and fields.
- relates to
-
JDK-8000800 javadoc uses static non-final fields
- Closed