avoid excessive use of static methods in SourceToHTMLConverter

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: