Several catch blocks for NullPointerExceptions exist in the codebase

XMLWordPrintable

    • In Review
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      In the codebase, there are several occurrences of NullPointerExceptions being used as null checks. These slow down the implementation a bit and trip up some debuggers for people who are looking for genuine NPE bugs.

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Navigate to JavaFX source code, search for all occurences of "catch (NullPointerException e)" in the code. All of these can be replaced by a better implementation and null checks


            Assignee:
            Kevin Rushforth
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: