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

reference to javac internals in Extern class

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 17
    • 16
    • tools

      The following two imports are stylistically bad:

      $ grep -r javac.code open/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Extern.java:import com.sun.tools.javac.code.Flags;
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Extern.java:import com.sun.tools.javac.code.Symbol.ModuleSymbol;

      The functionality should be moved to the WorkArounds class, until the functionality can be added to the `Elements` class.

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

              Created:
              Updated:
              Resolved: