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

Wrong package declaration for WCTextRunImpl.java in web module

XMLWordPrintable

    • web

        This was originally reported on GitHub: https://github.com/javafxports/openjdk-jfx/issues/425

        The location of the WCTextRunImpl class does not match its package declaration.

        modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/WCTextRunImpl.java:
        package com.sun.webkit.graphics;

        This was reported by Eclipse, but I'm quite surprised that it hasn't caused other tools (or even the build) to fail.

        I ran a script over all of the classes under modules/javafx.*/src/main/java/ and this is the only class with this problem.

              arajkumar Arunprasad Rajkumar
              kcr Kevin Rushforth
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: