Community
Participate
Working Groups
Currently, it is not clear that the removed IChannel is supposed to be disposed. The javadoc needs to state this for clarity.
Adding suggested javadoc now
Enhanced javadoc to IAbstractChannelContainerAdapter.removeChannel(ID): /** * Remove channel with given ID. If the channel is found in the container, the * enclosing container will call {@link IChannel#dispose()} to dispose the channel * before returning from this method. * * @param channelID * the ID of the channel to remove within this container. Must * not be <code>null</code>. * @return true if channel found and Removed. False if channel not found * within container. */ Released documentation to HEAD. Resolving as Fixed.