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

javadoc uses static non-final fields

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • None
    • tools
    • b66
    • Not verified

      javadoc uses static non-final fields. This affects repeatability and reentrancy. These fields should be investigated.

      com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder: field containingPackagesSeen is static and not final
      com.sun.tools.doclets.internal.toolkit.builders.LayoutParser: field instance is static and not final
      com.sun.tools.doclets.internal.toolkit.util.Util: field whitespace is static and not final
      com.sun.tools.doclets.formats.html.ConfigurationImpl: field instance is static and not final
      com.sun.tools.doclets.formats.html.SourceToHTMLConverter: field relativePath is static and not final
      com.sun.tools.doclets.formats.html.markup.DocType: field transitional is static and not final
      com.sun.tools.doclets.formats.html.markup.DocType: field frameset is static and not final
      com.sun.tools.javadoc.ParamTagImpl: field typeParamRE is static and not final

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

              Created:
              Updated:
              Resolved: