Jeff MAURY created DIRECTMEMORY-83:
--------------------------------------
Summary: Review ByteBufferAllocator state management
Key: DIRECTMEMORY-83
URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-83
Project: Apache DirectMemory
Issue Type: Bug
Components: core
Affects Versions: 0.6.0
Reporter: Jeff MAURY
ByteBufferAllocator implement Closable, the abstract
AbstractByteBufferAllocator has isClosed/setClosed method for managing and
handling the closed state but implementations of ByteBufferAllocator never use
these methods.
Each of the ByteBufferAllocator operation methods should check the state and
throw an exception if the ByteBufferAllocator is closed
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira