On 9/18/11 2:43 PM, Gary Gregory wrote:
> Sure. I was under the Impression that 2 subclasses reused the fields.

Well, they (GOP, GKOP and others) do use the closed field; but IMO
that is not enough justification for the complexity of having them
there and the ugliness of the UnsupportedOperationExceptions and
nonsense values returned in the base implementations of pool stats. 
So, I will go ahead and remove the base classes.

Phil
>
> Gary
>
> On Sep 18, 2011, at 17:39, Phil Steitz <phil.ste...@gmail.com> wrote:
>
>> On 9/11/11 12:44 PM, Gary Gregory wrote:
>>> Perhaps we want to keep the ivars in one place since they all have very
>>> carefully been decorated with final and volatile just in the right places?
>> Given that there is only one field being maintained, are you OK with
>> dropping these, Gary?
>>
>> Phil
>>> What about dropping "Object" from the name? That makes even less sense now
>>> that we have generics enabled.
>>>
>>> Gary
>>>
>>> On Sun, Sep 11, 2011 at 2:29 PM, Phil Steitz <phil.ste...@gmail.com> wrote:
>>>
>>>> These classes really do nothing other than maintain the boolean
>>>> "closed", throwing UnsupportedOperationException or returning
>>>> nonsense for most methods.  The interfaces define contracts, so why
>>>> do we really need these base classes?
>>>>
>>>> Phil
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>
>>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to