| Paulex Yang (JIRA) |
[jira] Resolved: (HARMONY-1206) [classlib][luni] Remove a never used variable "sameAsNetworkInterface1" in tests.api.java.net.MulticastSocketTest. |
Thu, 17 Aug, 08:47 |
| py...@apache.org |
svn commit: r432181 - /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/MulticastSocketTest.java |
Thu, 17 Aug, 08:47 |
| Paulex Yang (JIRA) |
[jira] Resolved: (HARMONY-1211) [classlib][luni] new method noneOf(Class<E>) in java.util.EnumSet |
Thu, 17 Aug, 08:49 |
| py...@apache.org |
svn commit: r432183 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/util/EnumSet.java main/java/java/util/MiniEnumSet.java test/java/tests/api/java/util/EnumSetTest.java |
Thu, 17 Aug, 08:50 |
| Andrew Zhang (JIRA) |
[jira] Updated: (HARMONY-1212) [classlib][luni] Remove unnecessary external dependencies in tests.api.java.net.SocketTest.java |
Thu, 17 Aug, 08:51 |
| py...@apache.org |
svn commit: r432185 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/util/EnumMap.java test/java/tests/api/java/util/EnumMapTest.java |
Thu, 17 Aug, 09:04 |
| Paulex Yang (JIRA) |
[jira] Resolved: (HARMONY-1210) [classlib][luni] new method in java.util.EnumMap |
Thu, 17 Aug, 09:08 |
| py...@apache.org |
svn commit: r432187 - /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/DatagramSocketTest.java |
Thu, 17 Aug, 09:11 |
| Paulex Yang (JIRA) |
[jira] Resolved: (HARMONY-1204) [classlib][luni] tests.api.java.net.DatagramSocketTest.test_connectLjava_net_InetAddressI() is dependent on unnecessary external server. |
Thu, 17 Aug, 09:12 |
| spark shen (JIRA) |
[jira] Commented: (HARMONY-1210) [classlib][luni] new method in java.util.EnumMap |
Thu, 17 Aug, 09:12 |
| spark shen (JIRA) |
[jira] Commented: (HARMONY-1211) [classlib][luni] new method noneOf(Class<E>) in java.util.EnumSet |
Thu, 17 Aug, 09:14 |
| Andrew Zhang (JIRA) |
[jira] Commented: (HARMONY-1206) [classlib][luni] Remove a never used variable "sameAsNetworkInterface1" in tests.api.java.net.MulticastSocketTest. |
Thu, 17 Aug, 09:14 |
| Andrew Zhang (JIRA) |
[jira] Commented: (HARMONY-1204) [classlib][luni] tests.api.java.net.DatagramSocketTest.test_connectLjava_net_InetAddressI() is dependent on unnecessary external server. |
Thu, 17 Aug, 09:14 |
| Paulex Yang (JIRA) |
[jira] Resolved: (HARMONY-1051) [classlib][nio_char] Use system classloader as an alternative to load charset provider classes when thread's context classloader fails to load them. |
Thu, 17 Aug, 09:42 |
| py...@apache.org |
svn commit: r432191 - in /incubator/harmony/enhanced/classlib/trunk/modules/nio_char: ./ src/main/java/java/nio/charset/ src/test/java/tests/api/java/nio/charset/ src/test/resources/jars/ |
Thu, 17 Aug, 09:42 |
| Paulex Yang (JIRA) |
[jira] Resolved: (HARMONY-1163) [classlib][luni] Two consecutive java.io.ObjectInputStream.readObject() of enum type will trigger an unspecified StreamCorruptedException |
Thu, 17 Aug, 09:58 |
| py...@apache.org |
svn commit: r432196 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/io/ test/java/org/apache/harmony/tests/java/lang/ test/resources/serialization/java/lang/ |
Thu, 17 Aug, 09:59 |
| Richard Liang (JIRA) |
[jira] Commented: (HARMONY-1192) [classlib][luni] java.io.ObjectOutputStream.writeObject() behaves incorrect when trying to serialize a non serializable object |
Thu, 17 Aug, 10:05 |
| Richard Liang (JIRA) |
[jira] Commented: (HARMONY-1193) [classlib][luni] java.io.BufferedWriter.write(char[],int,int) and write(String,int,int) throws different exceptions with RI |
Thu, 17 Aug, 10:07 |
| Richard Liang (JIRA) |
[jira] Created: (HARMONY-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size |
Thu, 17 Aug, 10:12 |
| Richard Liang (JIRA) |
[jira] Updated: (HARMONY-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size |
Thu, 17 Aug, 10:17 |
| Richard Liang (JIRA) |
[jira] Created: (HARMONY-1214) [classlib][luni] java.io.RandomAccessFile#write(byte[], int , int) method's exception order is different from RI's |
Thu, 17 Aug, 10:25 |
| Richard Liang (JIRA) |
[jira] Updated: (HARMONY-1214) [classlib][luni] java.io.RandomAccessFile#write(byte[], int , int) method's exception order is different from RI's |
Thu, 17 Aug, 10:27 |
| Richard Liang (JIRA) |
[jira] Created: (HARMONY-1215) [classlib][luni] java.io.BufferedReader#read(char[], int , int) method's exception order is different from RI's |
Thu, 17 Aug, 10:29 |
| Richard Liang (JIRA) |
[jira] Updated: (HARMONY-1215) [classlib][luni] java.io.BufferedReader#read(char[], int , int) method's exception order is different from RI's |
Thu, 17 Aug, 10:31 |
| Richard Liang (JIRA) |
[jira] Created: (HARMONY-1216) [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive |
Thu, 17 Aug, 10:36 |
| Richard Liang (JIRA) |
[jira] Updated: (HARMONY-1216) [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive |
Thu, 17 Aug, 10:40 |
| Alexey Petrenko (JIRA) |
[jira] Updated: (HARMONY-1135) [classlib][net] unexpected MalformedURLException for URL(URL context, String spec) |
Thu, 17 Aug, 11:50 |
| Dmitry M. Kononov (JIRA) |
[jira] Created: (HARMONY-1217) [classlib][tools] JNI-style C Header File Generator contribution |
Thu, 17 Aug, 12:39 |
|
[jira] Commented: (HARMONY-1216) [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive |
|
| Mark Hindess (JIRA) |
[jira] Commented: (HARMONY-1216) [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive |
Thu, 17 Aug, 12:39 |
| Richard Liang (JIRA) |
[jira] Commented: (HARMONY-1216) [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive |
Fri, 18 Aug, 01:59 |
|
[jira] Updated: (HARMONY-1217) [classlib][tools] JNI-style C Header File Generator contribution |
|
| Dmitry M. Kononov (JIRA) |
[jira] Updated: (HARMONY-1217) [classlib][tools] JNI-style C Header File Generator contribution |
Thu, 17 Aug, 12:52 |
| Dmitry M. Kononov (JIRA) |
[jira] Updated: (HARMONY-1217) [classlib][tools] JNI-style C Header File Generator contribution |
Thu, 17 Aug, 13:02 |
| Mark Hindess (JIRA) |
[jira] Assigned: (HARMONY-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size |
Thu, 17 Aug, 13:10 |
| Mark Hindess (JIRA) |
[jira] Resolved: (HARMONY-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size |
Thu, 17 Aug, 13:12 |
| Mark Hindess (JIRA) |
[jira] Assigned: (HARMONY-1214) [classlib][luni] java.io.RandomAccessFile#write(byte[], int , int) method's exception order is different from RI's |
Thu, 17 Aug, 13:12 |
| hinde...@apache.org |
svn commit: r432226 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/io/BufferedOutputStream.java test/java/tests/api/java/io/BufferedOutputStreamTest.java |
Thu, 17 Aug, 13:13 |
| Mark Hindess (JIRA) |
[jira] Resolved: (HARMONY-1214) [classlib][luni] java.io.RandomAccessFile#write(byte[], int , int) method's exception order is different from RI's |
Thu, 17 Aug, 13:17 |
| hinde...@apache.org |
svn commit: r432228 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/io/RandomAccessFile.java test/java/tests/api/java/io/RandomAccessFileTest.java |
Thu, 17 Aug, 13:18 |
| Mark Hindess (JIRA) |
[jira] Resolved: (HARMONY-1215) [classlib][luni] java.io.BufferedReader#read(char[], int , int) method's exception order is different from RI's |
Thu, 17 Aug, 13:20 |
| Mark Hindess (JIRA) |
[jira] Assigned: (HARMONY-1216) [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive |
Thu, 17 Aug, 13:20 |
| hinde...@apache.org |
svn commit: r432229 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/io/BufferedReader.java test/java/tests/api/java/io/BufferedReaderTest.java |
Thu, 17 Aug, 13:21 |