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

JMenu.remove(JMenuItem item) not checking for null handles correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.1.7
    • client-libs



      Name: clC74495 Date: 12/10/98


      ( This is for Swing version 1.1 )

      Since the java.util.Hashtable.remove(Object key) method does not check
      for a null argument being passed in, the JMenu.remove(JMenuItem item)
      must be changed to check for null object handles being returned from
      methods called before calling the Hashtable.remove method.

      Exception occurred during event dispatching:
      java.lang.NullPointerException:
              at java.util.Hashtable.remove(Hashtable.java:373)
              at javax.swing.JMenu.remove(JMenu.java:583)
              at com.bentley.tools.debugger.DebuggerUI.addToRecentFiles(DebuggerUI.java:2313)

      (Review ID: 47707)
      ======================================================================

            gsaab Georges Saab
            clucasius Carlos Lucasius (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: