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

Multiple selection in FileDialog: code cleanup

XMLWordPrintable

    • x86
    • windows

      There are several things to cleanup:

      1. disable multiple mode for save dialogs, the native system may not handle this case gracefully.

      2. WFileDialogPeer.handleSelected(final char[] buffer) should throw NPE if the input array is null or represents empty string.

      3. AwtFileDialog::GetBufferLength: the while condition should be: (index < limit - 1)

            Unassigned Unassigned
            dcherepanov Dmitry Cherepanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: