Nullpointer exception

XMLWordPrintable

    • Type: Bug
    • Resolution: Incomplete
    • Priority: P4
    • None
    • Affects Version/s: 8u20
    • Component/s: javafx
    • None

      A Nullpounter Exception happaens always at:


          static boolean getBooleanProperty(final String propName) {
              try {
                  boolean answer =
                      AccessController.doPrivileged(new java.security.PrivilegedAction<Boolean>() {
                      @Override
                          public Boolean run() {
                              String propVal = java.lang.System.getProperty(propName);

      propVal is null!!!

            Assignee:
            Kevin Rushforth
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: