Re: [jira] Created: (HARMONY-1175) [classlib][io] BufferedWriter.write() exception behavior differ from RI

2006-08-15 Thread Alexey Petrenko
But this incompatibility will not break any software which is related on RI's behaviour 2006/8/15, Denis Kishenko <[EMAIL PROTECTED]>: 2006/8/14, Alexey Petrenko <[EMAIL PROTECTED]>: > > 2. Harmony implementation of BufferedWriter.write(char[], int, int) throws ArrayIndexOutOfBoundsException w

Re: [jira] Created: (HARMONY-1175) [classlib][io] BufferedWriter.write() exception behavior differ from RI

2006-08-15 Thread Denis Kishenko
2006/8/14, Alexey Petrenko <[EMAIL PROTECTED]>: > 2. Harmony implementation of BufferedWriter.write(char[], int, int) throws ArrayIndexOutOfBoundsException while RI throws IndexOutOfBoundsException. I think that this is not a problem since ArrayIndexOutOfBoundsException is a subclass of IndexOu

Re: [jira] Created: (HARMONY-1175) [classlib][io] BufferedWriter.write() exception behavior differ from RI

2006-08-14 Thread Alexey Petrenko
2006/8/14, Denis Kishenko (JIRA) <[EMAIL PROTECTED]>: [classlib][io] BufferedWriter.write() exception behavior differ from RI --- Key: HARMONY-1175 URL: http://issues.apache.org/jira/browse/HARMON