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

Remove public test-only convenience method from CssParser

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • javafx
    • None

      As part of making the CssParser class public, the following method, which is only used by our internal unit tests, was mistakenly also made public:

          /**
           * Convenience method for unit tests.
           * @param property the property
           * @param expr the expression
           * @return the parsed value
           */
          public ParsedValue parseExpr(String property, String expr)

      It should not be part of the public API.

      This was discovered during the review of JDK-8163384 to cleanup javadoc changes.

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: