(ch spec) AbstractSelectableChannel.implCloseChannel spec is incorrect - should cancel keys first

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 1.4.0
    • Component/s: core-libs
    • generic
    • generic

      It should read

          /**
           * Closes this channel.
           *
           * <p> This method, which is specified in the {@link AbstractChannel} class
           * and is invoked by the {@link java.nio.channels.Channel#close close}
           * method, first cancels all of this channel's keys. It then invokes the
           * {@link #implCloseSelectableChannel implCloseSelectableChannel} method in
           * order to perform the actual work of closing this channel.
           * </p>
           */

      This change is required in order to fix 4458268.

      -- mr@eng 2001/5/24

            Assignee:
            Unassigned
            Reporter:
            Mark Reinhold
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: