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

class ignore list

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P5 P5
    • tbd
    • 8
    • javafx
    • win

       if (className == null || className.startsWith("java.") //NOI18N
      || className.startsWith("javax.") || className.startsWith("javafx.") //NOI18N
      || className.startsWith("com.oracle.javafx.scenebuilder.") //NOI18N
      || className.startsWith("com.javafx.")) { //NOI18N
      status = JarReportEntry.Status.IGNORED;

      a own package ignore file to stop loadig for forbidden classes so how com.oracle.javafx.scenebuilde
      any pbroblems a going

      regards
      No

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: