[jira] Created: (HARMONY-181) 3 missing getChannel() methods in java.net package

2006-03-06 Thread Svetlana Samoilenko (JIRA)
3 missing getChannel() methods in java.net package -- Key: HARMONY-181 URL: http://issues.apache.org/jira/browse/HARMONY-181 Project: Harmony Type: Bug Components: Classlib Reporter: Svetlana Samoilenko

[jira] Commented: (HARMONY-73) java.net.InetAddress.getLocalHost() returns wrong host name for loopback address

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-73?page=comments#action_12368875 ] Svetlana Samoilenko commented on HARMONY-73: Tim/Paulex, thanks, bug is not reproducible with latest sources. java.net.InetAddress.getLocalHost() returns wrong

[jira] Commented: (HARMONY-102) java.util.Date.parse(String) throws java.lang.IllegalArgumentException for legal string

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-102?page=comments#action_12368877 ] Svetlana Samoilenko commented on HARMONY-102: - Vladimir, thank you, I can't reproduce the bug with latest sources. java.util.Date.parse(String) throws

[jira] Commented: (HARMONY-98) java.util.BitSet.clear(int toIndex,int fromIndex) throws unexpected IndexOutOfBoundsException when toIndex=fromIndex

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-98?page=comments#action_12368879 ] Svetlana Samoilenko commented on HARMONY-98: Tim, thanks, all works fine with with latest sources. java.util.BitSet.clear(int toIndex,int fromIndex) throws

[jira] Commented: (HARMONY-94) java.util.Collections.binarySearch(List, Object, Comparator c) throws NPE when c is null

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-94?page=comments#action_12368880 ] Svetlana Samoilenko commented on HARMONY-94: Tim, thank you, I can't reproduce the bug with latest sources. java.util.Collections.binarySearch(List, Object,

[jira] Commented: (HARMONY-93) some methods in java.util.Collections don't throw NPE when the parameter is null

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-93?page=comments#action_12368881 ] Svetlana Samoilenko commented on HARMONY-93: Tim, thank you, I can't reproduce the bug with latest sources. some methods in java.util.Collections don't throw

[jira] Commented: (HARMONY-64) java.nio.charset.Charset.forName(String name) does not throw UnsupportedCharsetException if valid name starts with x-

2006-02-20 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-64?page=comments#action_12367029 ] Svetlana Samoilenko commented on HARMONY-64: Tim, I have no objection. Let's wait. java.nio.charset.Charset.forName(String name) does not throw

[jira] Commented: (HARMONY-67) java.nio.charset.Charset.decode(ByteBuffer) throws unexpected BufferOverflowException for UTF-16BE, UTF-16LE, UTF-16 charsets.

2006-02-17 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-67?page=comments#action_12366771 ] Svetlana Samoilenko commented on HARMONY-67: Tim, I agree with Vladimir, this condition

[jira] Created: (HARMONY-101) NPE in java.util.regex.Pattern.compile()

2006-02-17 Thread Svetlana Samoilenko (JIRA)
NPE in java.util.regex.Pattern.compile() Key: HARMONY-101 URL: http://issues.apache.org/jira/browse/HARMONY-101 Project: Harmony Type: Bug Components: Classlib Reporter: Svetlana Samoilenko According to 1.4.2 and

[jira] Created: (HARMONY-102) java.util.Date.parse(String) throws java.lang.IllegalArgumentException for legal string

2006-02-17 Thread Svetlana Samoilenko (JIRA)
java.util.Date.parse(String) throws java.lang.IllegalArgumentException for legal string Key: HARMONY-102 URL: http://issues.apache.org/jira/browse/HARMONY-102 Project: Harmony

[jira] Created: (HARMONY-97) ZipOutputStream.close() throws IOException if the stream is already closed

2006-02-16 Thread Svetlana Samoilenko (JIRA)
ZipOutputStream.close() throws IOException if the stream is already closed -- Key: HARMONY-97 URL: http://issues.apache.org/jira/browse/HARMONY-97 Project: Harmony Type: Bug Components:

[jira] Updated: (HARMONY-98) java.util.BitSet.clear(int toIndex,int fromIndex) throws unexpected IndexOutOfBoundsException when toIndex=fromIndex

2006-02-16 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-98?page=all ] Svetlana Samoilenko updated HARMONY-98: --- Attachment: fix.txt java.util.BitSet.clear(int toIndex,int fromIndex) throws unexpected IndexOutOfBoundsException when toIndex=fromIndex

[jira] Commented: (HARMONY-97) ZipOutputStream.close() throws IOException if the stream is already closed

2006-02-16 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-97?page=comments#action_12366743 ] Svetlana Samoilenko commented on HARMONY-97: Tim, thank you, bug is not reproducible with latest sources. ZipOutputStream.close() throws IOException if the

[jira] Commented: (HARMONY-79) java.util.jar.Attributes.put(Object name, Object value) doesn't throw ClassCastException

2006-02-16 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-79?page=comments#action_12366745 ] Svetlana Samoilenko commented on HARMONY-79: Tim, thank you, I can't reproduce the bug with latest sources. java.util.jar.Attributes.put(Object name, Object

[jira] Updated: (HARMONY-98) java.util.BitSet.clear(int toIndex,int fromIndex) throws unexpected IndexOutOfBoundsException when toIndex=fromIndex

2006-02-16 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-98?page=all ] Svetlana Samoilenko updated HARMONY-98: --- Attachment: fix_hrm-98.txt Tim, thank you for pointing my tipo out. Could you change fix.txt with fix_hrm-98.txt? java.util.BitSet.clear(int

[jira] Created: (HARMONY-99) java.nio.charset.CharsetDecoder.decode(ByteBuffer in) does not throw MalformedInputException when buffer's current position is not legal

2006-02-16 Thread Svetlana Samoilenko (JIRA)
java.nio.charset.CharsetDecoder.decode(ByteBuffer in) does not throw MalformedInputException when buffer's current position is not legal Key:

[jira] Created: (HARMONY-93) some methods in java.util.Collections don't throw NPE when the parameter is null

2006-02-14 Thread Svetlana Samoilenko (JIRA)
some methods in java.util.Collections don't throw NPE when the parameter is null - Key: HARMONY-93 URL: http://issues.apache.org/jira/browse/HARMONY-93 Project: Harmony Type: Bug

[jira] Updated: (HARMONY-93) some methods in java.util.Collections don't throw NPE when the parameter is null

2006-02-14 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-93?page=all ] Svetlana Samoilenko updated HARMONY-93: --- Attachment: CollectionsTest.java some methods in java.util.Collections don't throw NPE when the parameter is null

[jira] Updated: (HARMONY-93) some methods in java.util.Collections don't throw NPE when the parameter is null

2006-02-14 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-93?page=all ] Svetlana Samoilenko updated HARMONY-93: --- Attachment: fix.txt some methods in java.util.Collections don't throw NPE when the parameter is null

[jira] Commented: (HARMONY-86) java.util.zip.Inflater.needsDictionary() throws unspecified IllegalStateException

2006-02-14 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-86?page=comments#action_12366443 ] Svetlana Samoilenko commented on HARMONY-86: Tim, thank you, bug is not reproducible with latest sources. java.util.zip.Inflater.needsDictionary() throws

[jira] Commented: (HARMONY-85) java.util.jar.Attributes.Name(String name) does not throw IllegalArgumentException if name.length 70

2006-02-14 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-85?page=comments#action_12366444 ] Svetlana Samoilenko commented on HARMONY-85: Tim, thank you, bug is not reproducible with latest sources. java.util.jar.Attributes.Name(String name) does not

[jira] Commented: (HARMONY-67) java.nio.charset.Charset.decode(ByteBuffer) throws unexpected BufferOverflowException for UTF-16BE, UTF-16LE, UTF-16 charsets.

2006-02-14 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-67?page=comments#action_12366450 ] Svetlana Samoilenko commented on HARMONY-67: Tim, I confirm that there is no exeption any more, but the result of decode method is wrong. Harnony returns

[jira] Created: (HARMONY-94) java.util.Collections.binarySearch(List, Object, Comparator c) throws NPE when c is null

2006-02-14 Thread Svetlana Samoilenko (JIRA)
java.util.Collections.binarySearch(List, Object, Comparator c) throws NPE when c is null Key: HARMONY-94 URL: http://issues.apache.org/jira/browse/HARMONY-94 Project: Harmony

[jira] Created: (HARMONY-89) java.util.jar.Manifest().read(InputStream is) throws OutOfMemoryError

2006-02-13 Thread Svetlana Samoilenko (JIRA)
java.util.jar.Manifest().read(InputStream is) throws OutOfMemoryError - Key: HARMONY-89 URL: http://issues.apache.org/jira/browse/HARMONY-89 Project: Harmony Type: Bug Components: Classlib

[jira] Commented: (HARMONY-82) wrong signature for 2 constructors in java.net.DatagramPacket

2006-02-09 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-82?page=comments#action_12365845 ] Svetlana Samoilenko commented on HARMONY-82: Verified on revision 376009. Two constrictors have correct sinhature. Thanks. wrong signature for 2 constructors in

[jira] Commented: (HARMONY-72) java.net.URLConnection.setAllowUserInteraction (boolean b) throws unspecified SecurityException

2006-02-09 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-72?page=comments#action_12365848 ] Svetlana Samoilenko commented on HARMONY-72: Verified on revision 376014. Expected IllegalStateException exception is thrown. Thanks.

[jira] Commented: (HARMONY-71) java.net.URLConnection.setUseCaches throws unspecified IllegalAccessError

2006-02-09 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-71?page=comments#action_12365851 ] Svetlana Samoilenko commented on HARMONY-71: Verified on revision 376014. Expected IllegalStateException exception is thrown. Thanks.

[jira] Created: (HARMONY-85) java.util.jar.Attributes.Name(String name) does not throw IllegalArgumentException if name.length 70

2006-02-09 Thread Svetlana Samoilenko (JIRA)
java.util.jar.Attributes.Name(String name) does not throw IllegalArgumentException if name.length 70 -- Key: HARMONY-85 URL: http://issues.apache.org/jira/browse/HARMONY-85

[jira] Created: (HARMONY-86) java.util.zip.Inflater.needsDictionary() throws unspecified IllegalStateException

2006-02-09 Thread Svetlana Samoilenko (JIRA)
java.util.zip.Inflater.needsDictionary() throws unspecified IllegalStateException - Key: HARMONY-86 URL: http://issues.apache.org/jira/browse/HARMONY-86 Project: Harmony Type: Bug

[jira] Commented: (HARMONY-83) java.net.URL(String, String, int port, String) throws MalformedURLException when port is 65535

2006-02-09 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-83?page=comments#action_12365854 ] Svetlana Samoilenko commented on HARMONY-83: Tim , thank you, I agree with your fix. Verified on revision 376452. java.net.URL(String, String, int port,

[jira] Created: (HARMONY-82) wrong signature for 2 constructors in java.net.DatagramPacket

2006-02-08 Thread Svetlana Samoilenko (JIRA)
wrong signature for 2 constructors in java.net.DatagramPacket - Key: HARMONY-82 URL: http://issues.apache.org/jira/browse/HARMONY-82 Project: Harmony Type: Bug Reporter: Svetlana Samoilenko

[jira] Created: (HARMONY-83) java.net.URL(String, String, int port, String) throws MalformedURLException when protocol is known

2006-02-08 Thread Svetlana Samoilenko (JIRA)
java.net.URL(String, String, int port, String) throws MalformedURLException when protocol is known -- Key: HARMONY-83 URL: http://issues.apache.org/jira/browse/HARMONY-83

[jira] Commented: (HARMONY-83) java.net.URL(String, String, int port, String) throws MalformedURLException when protocol is known

2006-02-08 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-83?page=comments#action_12365543 ] Svetlana Samoilenko commented on HARMONY-83: I could not attach a file. server reperted about error. Index:

[jira] Created: (HARMONY-79) java.util.jar.Attributes.put(Object name, Object value) doesn't throw ClassCastException

2006-02-07 Thread Svetlana Samoilenko (JIRA)
java.util.jar.Attributes.put(Object name, Object value) doesn't throw ClassCastException Key: HARMONY-79 URL: http://issues.apache.org/jira/browse/HARMONY-79 Project: Harmony

[jira] Commented: (HARMONY-61) java.net.InetAddress.getByAddress(null) throws NPE insread of UnknownHostException

2006-02-07 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-61?page=comments#action_12365422 ] Svetlana Samoilenko commented on HARMONY-61: Tim, I used revision 375338 and the problem resolved as expected. Output is: ***OK. Expected UnknownHostException.

[jira] Commented: (HARMONY-60) java.net.URL.getHost() must return the IPv6 address enclosed in square brackets

2006-02-07 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-60?page=comments#action_12365424 ] Svetlana Samoilenko commented on HARMONY-60: Tim, I used revision 375380 and the IP6 address in [ ] now. Test output is: **OK, host is in square

[jira] Commented: (HARMONY-56) java.net.InetAddress.getAllByName(null) throws UnknownHostException instead of valid InetAddress

2006-02-07 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-56?page=comments#action_12365427 ] Svetlana Samoilenko commented on HARMONY-56: Tim, I used revision 375576 and all works fine. Test output is: ***InetAddress.getAllByName(null)[0] returned

[jira] Created: (HARMONY-71) java.net.URLConnection.setUseCaches throws unspecified IllegalAccessError

2006-02-02 Thread Svetlana Samoilenko (JIRA)
java.net.URLConnection.setUseCaches throws unspecified IllegalAccessError -- Key: HARMONY-71 URL: http://issues.apache.org/jira/browse/HARMONY-71 Project: Harmony Type: Bug Components:

[jira] Created: (HARMONY-72) java.net.URLConnection.setAllowUserInteraction (boolean b) throws unspecified SecurityException

2006-02-02 Thread Svetlana Samoilenko (JIRA)
java.net.URLConnection.setAllowUserInteraction (boolean b) throws unspecified SecurityException --- Key: HARMONY-72 URL: http://issues.apache.org/jira/browse/HARMONY-72 Project:

[jira] Created: (HARMONY-73) java.net.InetAddress.getLocalHost() returns wrong host name for loopback address

2006-02-02 Thread Svetlana Samoilenko (JIRA)
java.net.InetAddress.getLocalHost() returns wrong host name for loopback address - Key: HARMONY-73 URL: http://issues.apache.org/jira/browse/HARMONY-73 Project: Harmony Type: Bug

[jira] Created: (HARMONY-68) java.nio.charset.Charset.isSupported(String charsetName) does not throw IllegalCharsetNameException for spoiled standard sharset name

2006-02-01 Thread Svetlana Samoilenko (JIRA)
java.nio.charset.Charset.isSupported(String charsetName) does not throw IllegalCharsetNameException for spoiled standard sharset name - Key: HARMONY-68

[jira] Created: (HARMONY-56) java.net.InetAddress.getAllByName(null) throws UnknownHostException instead of valid InetAddress

2006-01-31 Thread Svetlana Samoilenko (JIRA)
java.net.InetAddress.getAllByName(null) throws UnknownHostException instead of valid InetAddress Key: HARMONY-56 URL: http://issues.apache.org/jira/browse/HARMONY-56 Project:

[jira] Created: (HARMONY-60) java.net.URL.getHost() must return the IPv6 address enclosed in square brackets

2006-01-31 Thread Svetlana Samoilenko (JIRA)
java.net.URL.getHost() must return the IPv6 address enclosed in square brackets --- Key: HARMONY-60 URL: http://issues.apache.org/jira/browse/HARMONY-60 Project: Harmony Type: Bug

[jira] Created: (HARMONY-61) java.net.InetAddress.getByAddress(null) throws NPE insread of UnknownHostException

2006-01-31 Thread Svetlana Samoilenko (JIRA)
java.net.InetAddress.getByAddress(null) throws NPE insread of UnknownHostException -- Key: HARMONY-61 URL: http://issues.apache.org/jira/browse/HARMONY-61 Project: Harmony Type: Bug