On 3/21/11 12:14 PM, Mikkel Meyer Andersen wrote:
> Hi,
>
> In my opinion, we have to be careful. It's not that I don't like the
> idea, but it might be a slippery approach merging interfaces with the
> uniquely implementing class - where do we stop merging?
>
> Also, RandomDataImpl actually does h
Hi,
In my opinion, we have to be careful. It's not that I don't like the
idea, but it might be a slippery approach merging interfaces with the
uniquely implementing class - where do we stop merging?
Also, RandomDataImpl actually does have substantial non-trivial
functionality like hexStrings, Poi
Phil,
I like the concrete class idea as well.
Cheers,
- Ole
On 03/20/2011 01:28 PM, Phil Steitz wrote:
Quite a few methods have been added to RandomDataImpl that are not
in RandomData. The methods were added to the impl class only to
preserve backward compatibility in versions 1 and 2. In 3.
On Mon, Mar 21, 2011 at 9:35 AM, Phil Steitz wrote:
> On 3/21/11 7:14 AM, Matt Benson wrote:
>> On Sun, Mar 20, 2011 at 2:19 PM, Luc Maisonobe wrote:
>>> Le 20/03/2011 19:28, Phil Steitz a écrit :
Quite a few methods have been added to RandomDataImpl that are not
in RandomData. The met
On 3/21/11 7:14 AM, Matt Benson wrote:
> On Sun, Mar 20, 2011 at 2:19 PM, Luc Maisonobe wrote:
>> Le 20/03/2011 19:28, Phil Steitz a écrit :
>>> Quite a few methods have been added to RandomDataImpl that are not
>>> in RandomData. The methods were added to the impl class only to
>>> preserve back
On Sun, Mar 20, 2011 at 2:19 PM, Luc Maisonobe wrote:
> Le 20/03/2011 19:28, Phil Steitz a écrit :
>> Quite a few methods have been added to RandomDataImpl that are not
>> in RandomData. The methods were added to the impl class only to
>> preserve backward compatibility in versions 1 and 2. In 3
Le 20/03/2011 19:28, Phil Steitz a écrit :
> Quite a few methods have been added to RandomDataImpl that are not
> in RandomData. The methods were added to the impl class only to
> preserve backward compatibility in versions 1 and 2. In 3.0, we now
> have the choice to add the methods to the inter
Quite a few methods have been added to RandomDataImpl that are not
in RandomData. The methods were added to the impl class only to
preserve backward compatibility in versions 1 and 2. In 3.0, we now
have the choice to add the methods to the interface or even dispense
with the interface altogether