Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8000417

avoid excessive use of static methods in SourceToHTMLConverter

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • None
    • tools
    • 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.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: