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

javadoc uses static non-final fields

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: