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

[jpackage] Cleanup imports in WinMsiBundler.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 14
    • 14
    • tools
    • None
    • b27
    • windows

        Compiling src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WinMsiBundler.java with the Eclipse compiler (EC4J), I get errors that some of the statically imported symbols are ambiguous. This comes because WindowsBundlerParam extends StandardBundlerParam and the symbols of both classes are imported with *.

        While I'm not sure whether this can be considered a bug in EC4J or in javac, I think this can easily be helped by simply cleaning up the import statements in the code.

              clanger Christoph Langer
              clanger Christoph Langer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: