Re: Regression in java.util.BitSet(int nbits) on Harmony-r545749

2007-06-14 Thread Elena Sayapina
Thank you, Tim, Kelvin The issue was eliminated. Lena 2007/6/14, Elena Sayapina <[EMAIL PROTECTED]>: HARMONY-4147 was filed about this issue. Thank you, Lena 2007/6/13, Tim Ellison <[EMAIL PROTECTED]>: > Thanks Elena -- please open a JIRA and we'll fix it there. > > Regards, > Tim > > Elena S

Re: Regression in java.util.BitSet(int nbits) on Harmony-r545749

2007-06-13 Thread Elena Sayapina
HARMONY-4147 was filed about this issue. Thank you, Lena 2007/6/13, Tim Ellison <[EMAIL PROTECTED]>: Thanks Elena -- please open a JIRA and we'll fix it there. Regards, Tim Elena Sayapina wrote: > The following piece of code fails on Harmony-r545749, but passes on > Harmony-r545092: > > impor

Re: Regression in java.util.BitSet(int nbits) on Harmony-r545749

2007-06-13 Thread Tim Ellison
Thanks Elena -- please open a JIRA and we'll fix it there. Regards, Tim Elena Sayapina wrote: > The following piece of code fails on Harmony-r545749, but passes on > Harmony-r545092: > > import java.util.BitSet; > > public class bitsetTest { > >public static void main(String[] args

Regression in java.util.BitSet(int nbits) on Harmony-r545749

2007-06-13 Thread Elena Sayapina
The following piece of code fails on Harmony-r545749, but passes on Harmony-r545092: import java.util.BitSet; public class bitsetTest { public static void main(String[] args) { BitSet bitset = null; try { bitset = new BitSe