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

Dialog constructors and Window(Frame) constructor need to specify null inputs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.2.0
    • 1.2.0
    • docs
    • 1.2beta4
    • generic
    • solaris_2.5
    • Verified

      All Dialog constructors include an "owner" input parameter. If this parameter
      is null, an IllegalArgumentException is thrown. This behavior should be
      specified in the javadoc. Also, the Window constructor Window( Window owner)
      needs to specify that IllegalArgumentException is thrown for a null owner.

      Two Dialog constructors include a "title" string parameter which may be null.
      By convention, the default unspecified behavior for a null input parameter
      is to throw a NullPointerException. However, the Dialog constructor accepts
      null input parameters without throwing and exception. This behavior must be
      specified.

      It is suggested that the specification for method getTitle() also be expanded
      to indicate that null may be returned for an "empty" title.

      ----------------------
      added 4/16/98 by stevef@eng
      Also need to specify that Window(Frame owner) constructer throws
      IllegalArgumentException when owner is null. (Thanks for catching this Alan!)

            asommere Alan Sommerer (Inactive)
            sflemingsunw Steve Fleming (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: