RE: [classlib][swing] Non-bug difference HARMONY-1745?

2006-10-19 Thread Ivanov, Alexey A
Thank you, Tim. -- Alexey A. Ivanov Intel Middleware Product Division >-Original Message- >From: Tim Ellison [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 19, 2006 1:06 PM >To: harmony-dev@incubator.apache.org >Subject: Re: [classlib][swing] Non-bug differen

Re: [classlib][swing] Non-bug difference HARMONY-1745?

2006-10-19 Thread Tim Ellison
Ivanov, Alexey A wrote: > Can any of the committers change the component with which the issue [1] > is associated? Done -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK. - Terms of use : http://incubator.apach

RE: [classlib][swing] Non-bug difference HARMONY-1745?

2006-10-19 Thread Ivanov, Alexey A
>-Original Message- >From: Richard Liang [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 18, 2006 9:45 AM >To: harmony-dev@incubator.apache.org >Subject: Re: [classlib][swing] Non-bug difference HARMONY-1745? > >On 10/13/06, Ivanov, Alexey A <[EMAIL PRO

Re: [classlib][swing] Non-bug difference HARMONY-1745?

2006-10-17 Thread Tony Wu
+1 to as is. On 10/18/06, Richard Liang <[EMAIL PROTECTED]> wrote: On 10/13/06, Ivanov, Alexey A <[EMAIL PROTECTED]> wrote: > Hello, > > Can HARMONY-1745 be treated as non-bug difference? > > In short, in Harmony implementation method > j.s.t.CompositeView.getView(int n) throws ArrayIndexOutOfBo

Re: [classlib][swing] Non-bug difference HARMONY-1745?

2006-10-17 Thread Richard Liang
On 10/13/06, Ivanov, Alexey A <[EMAIL PROTECTED]> wrote: Hello, Can HARMONY-1745 be treated as non-bug difference? In short, in Harmony implementation method j.s.t.CompositeView.getView(int n) throws ArrayIndexOutOfBoundsException unless the parameter n is in the range [0, getViewCount() - 1].

[classlib][swing] Non-bug difference HARMONY-1745?

2006-10-13 Thread Ivanov, Alexey A
Hello, Can HARMONY-1745 be treated as non-bug difference? In short, in Harmony implementation method j.s.t.CompositeView.getView(int n) throws ArrayIndexOutOfBoundsException unless the parameter n is in the range [0, getViewCount() - 1]. Yet the RI throws the same exception in some cases, and it