[
https://issues.apache.org/jira/browse/POOL-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phil Steitz closed POOL-198.
----------------------------
> LinkedBlockingDeque has some non-private fields, and a package-protected
> internal method
> ----------------------------------------------------------------------------------------
>
> Key: POOL-198
> URL: https://issues.apache.org/jira/browse/POOL-198
> Project: Commons Pool
> Issue Type: Bug
> Reporter: Sebb
> Fix For: 2.0
>
>
> LinkedBlockingDeque has non-private mutable fields first, last and lock -
> these should be private.
> Also the method void unlink(Node<E> x) is package-protected; it should be
> private unless there's a very good reason to allow it to be
> accessed/overridden externally - in which case it the locking conditions need
> to be documented.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)