[jira] Created: (HARMONY-123) Refactor: java.nio.charset.CharsetDecoder.decode

2006-02-22 Thread Richard Liang (JIRA)
Refactor: java.nio.charset.CharsetDecoder.decode Key: HARMONY-123 URL: http://issues.apache.org/jira/browse/HARMONY-123 Project: Harmony Type: Bug Components: Classlib Reporter: Richard Liang Priority

[jira] Updated: (HARMONY-123) Refactor: java.nio.charset.CharsetDecoder.decode

2006-02-22 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-123?page=all ] Richard Liang updated HARMONY-123: -- Attachment: CharsetDecoder_patch.txt Here is my update. Would you please take a try? Thanks a lot. Refactor: java.nio.charset.CharsetDecoder.decode

Re: [jira] Created: (HARMONY-62) java.text.BreakIterator.getSentenceInstance().next() treats '\n' as the end of the sentence

2006-02-21 Thread Richard Liang
? Thanks a lot. Please refer to ICU's homepage: http://icu.sourceforge.net/ Richard Liang China Software Development Lab, IBM tatyana doubtsova (JIRA) wrote: java.text.BreakIterator.getSentenceInstance().next() treats '\n' as the end of the sentence

[jira] Created: (HARMONY-113) java.nio.charset.Charset should regard empty charset name properly as Illegal CharsetName

2006-02-21 Thread Richard Liang (JIRA)
Type: Bug Components: Classlib Reporter: Richard Liang I think it's caused by the different between RI 1.4.2 and RI 5.0. Three test cases in JIRA#57 should be updated accordingly. public void testIsSupported_EmptyString() { try

[jira] Updated: (HARMONY-113) java.nio.charset.Charset should regard empty charset name properly as Illegal CharsetName

2006-02-21 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-113?page=all ] Richard Liang updated HARMONY-113: -- Attachment: charset_patch.txt Please try my patch. Thanks a lot. java.nio.charset.Charset should regard empty charset name properly as Illegal

Re: local test server (Was: Re: [jira] Commented: (HARMONY-71) java.net.URLConnection.setUseCaches throws unspecified IllegalAccessError)

2006-02-21 Thread Richard Liang
? Richard Liang China Software Development Lab, IBM Tim Ellison wrote: Stepan Mishura wrote: I glanced through a local server code from HARMONY-57 contribution without looking into implementation details and ... this made me think. I catch hold of the following: 1) The server contains some testing

[jira] Created: (HARMONY-106) java.text.DecimalFormat does not parse infinite values correctly

2006-02-20 Thread Richard Liang (JIRA)
java.text.DecimalFormat does not parse infinite values correctly Key: HARMONY-106 URL: http://issues.apache.org/jira/browse/HARMONY-106 Project: Harmony Type: Bug Reporter: Richard Liang In Java

Proposal: Wrap ICU4J to implement java.text.DecimalFormat enhancement of Java 5.0

2006-02-20 Thread Richard Liang
-- Richard Liang China Software Development Lab, IBM

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

2006-02-18 Thread Richard Liang
Hello Tim, Agree. We can defer this issue to icu4jni's next release. And yes, I will have a look at icu4j 3.4.2. :-) Richard Liang China Software Development Lab, IBM Tim Ellison wrote: BTW: I see there is an ICU4J 3.4.2 available now -- we may want to grab that. Regards, Tim Richard

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

2006-02-18 Thread Richard Liang
Hello Tim, I'm wondering why I did not just copy the first sentence. :-) A charset name **must** begin with either a letter or a digit. Does this mean if the charset name which begin with neither a letter nor a digit should be regarded as an illegal charset name? Richard Liang China

Re: Mission impossible: new APIs without spec in Java 5.0

2006-02-17 Thread Richard Liang
Hello Anton, Thanks a lot. Yes, we can use test to investigate the behavior of RI. :-) Richard Liang China Software Development Lab, IBM Anton Avtamonov wrote: On 2/16/06, Tim Ellison [EMAIL PROTECTED] wrote: Hmm, they look to me like they could be impl methods that were inadvertently

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

2006-02-17 Thread Richard Liang
Hello Tim, Sorry for my carelessness :-) The icu4jni's latest code is the CVS HEAD checked out on Feb. 16, 2006. There is no new icu4jni release since version 3.4. Richard Liang China Software Development Lab, IBM Tim Ellison (JIRA) wrote: [ http://issues.apache.org/jira/browse

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

2006-02-17 Thread Richard Liang
Hello Tim, I think this is caused by different understanding of the java spec: A charset name **must** begin with either a letter or a digit. The empty string is not a legal charset name What do think the implication of must here? :-) Richard Liang China Software Development Lab, IBM

Re: [jira] Assigned: (HARMONY-88) Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, crypto, math, regex and security

2006-02-16 Thread Richard Liang
can create JIRA issues. Maybe after the two contribution (39 and 88) are accepted :-) Richard Liang China Software Development Lab, IBM Geir Magnusson Jr (JIRA) wrote: [ http://issues.apache.org/jira/browse/HARMONY-88?page=all ] Geir Magnusson Jr reassigned HARMONY-88

[jira] Created: (HARMONY-96) Two new methods need to be implemented by java.nio.charset.Charset

2006-02-16 Thread Richard Liang (JIRA)
Reporter: Richard Liang There are two new methods added since Java 5.0 1. public static Charset defaultCharset() 2. public final int compareTo(Charset that) I'd like to implement the two methods and attach my code soon :-) -- This message is automatically generated by JIRA. - If you think

Mission impossible: new APIs without spec in Java 5.0

2006-02-16 Thread Richard Liang
) -- Richard Liang China Software Development Lab, IBM

Re: [classlib] do we need a global exclude list?

2006-02-16 Thread Richard Liang
+1 Richard Liang China Software Development Lab, IBM Stepan Mishura wrote: Did anybody think of creating a 'global' (i.e. shared by all modules) exclude list or every module will have its own exclude list? Or Harmony tests will always pass and we don't need it at all :-) I see at least

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

2006-02-16 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-68?page=all ] Richard Liang updated HARMONY-68: - Attachment: charset_patch.txt Please try my patch according to the spec of Java 5.0 :-) java.nio.charset.Charset.isSupported(String charsetName) does

[jira] Updated: (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 Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-99?page=all ] Richard Liang updated HARMONY-99: - Attachment: CharsetDecoder_patch.txt Please try me patch. At least, it will pass the proposed test case. :-) java.nio.charset.CharsetDecoder.decode

[jira] Created: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-02-14 Thread Richard Liang (JIRA)
Suggestion: Move com.ibm.platform from NIO to LUNI -- Key: HARMONY-92 URL: http://issues.apache.org/jira/browse/HARMONY-92 Project: Harmony Type: Improvement Components: Classlib Reporter: Richard Liang Hello

[jira] Commented: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-02-14 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-92?page=comments#action_12366423 ] Richard Liang commented on HARMONY-92: -- According to the package naming convention (http://incubator.apache.org/harmony/subcomponents/classlibrary/pkgnaming.html), I

Shall we allows to create association between issues in Harmony JIRA system?

2006-02-14 Thread Richard Liang
Dear all, As the subject. I cannot find Link in the JIRA Operations list. Thanks a lot. -- Richard Liang China Software Development Lab, IBM

Re: [jira] Updated: (HARMONY-57) Contribution of unit test code for a number of components

2006-02-14 Thread Richard Liang
other testing failures/errors, and will post further comments soon. :-) Richard Liang China Software Development Lab, IBM George Harley (JIRA) wrote: [ http://issues.apache.org/jira/browse/HARMONY-57?page=all ] George Harley updated HARMONY-57

[jira] Updated: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-02-14 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-92?page=all ] Richard Liang updated HARMONY-92: - Attachment: refactor_platform.zip Hello, Here is the patch for this issue. 1. For java source, it's more convenient to use Eclipse's refact-move, rename

Re: Location for API extensions

2006-02-13 Thread Richard Liang
Hello Tim, +1. It's excellent. Richard Liang China Software Development Lab, IBM Tim Ellison wrote: I've put a first cut of the proposed package naming convention on the website: http://incubator.apache.org/harmony/subcomponents/classlibrary/pkgnaming.html Regards, Tim Leo Simons wrote

[jira] Commented: (HARMONY-42) com.ibm.io.nio.FileChannel is not fully implemented

2006-02-12 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-42?page=comments#action_12366146 ] Richard Liang commented on HARMONY-42: -- Thanks a lot, Tim. We are satisfied with the patch application. You may close this JIRA. com.ibm.io.nio.FileChannel

Re: verifying signed jars

2006-02-12 Thread Richard Liang
That's a good idea :-) Richard Liang China Software Development Lab, IBM Tim Ellison wrote: Why not contribute directly to BouncyCastle? Regards, Tim Mikhail Loenko wrote: The sources would be good - we would be able to fix bugs quickly and replace parts of implementation for example

Re: verifying signed jars

2006-02-12 Thread Richard Liang
Hello Mikhail Loenko, :-) I'm just wondering whether it's possible to change/improve BouncyCastle to meet our requirement. Richard Liang China Software Development Lab, IBM Mikhail Loenko wrote: How will it solve our problem with verifying signed jars? Thanks, Mikhail On 2/13/06

[jira] Updated: (HARMONY-42) com.ibm.io.nio.FileChannel is not fully implemented

2006-02-07 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-42?page=all ] Richard Liang updated HARMONY-42: - Attachment: FileChannel_patch.zip Hello Tim, Finally, The refactor of FileChannel and related classes are completed :-), as well as some modification about

[jira] Updated: (HARMONY-43) Performance enhancement for nio buffers bulk get/put methods

2006-01-25 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-43?page=all ] Richard Liang updated HARMONY-43: - Attachment: OtherBuffer_patch.txt Hello Tim, Here is the patch file for all other buffers (except for CharBuffer). The changes are just similar to those

[jira] Created: (HARMONY-43) Performance enhancement for nio buffers bulk get/put methods

2006-01-24 Thread Richard Liang (JIRA)
: Richard Liang The performance of some bulk get/put methods can be enhanced. I will post the patches one by one. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure

[jira] Updated: (HARMONY-43) Performance enhancement for nio buffers bulk get/put methods

2006-01-24 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-43?page=all ] Richard Liang updated HARMONY-43: - Attachment: CharBuffer_patch.txt This patch is created against java.nio which will affect the following files: java.nio.CharBuffer java.nio.CharArrayBuffer

Re: [classlib] test suites

2006-01-21 Thread Richard Liang
Hello Geir, Ant script is good for build system. However, it's more simple/convenient for developers to run AllTests in Eclipse. Richard Liang China Software Development Lab, IBM Geir Magnusson Jr wrote: I'm looking at doing a quick integration of test scripts so we can test from the top

[jira] Updated: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

2006-01-20 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-36?page=all ] Richard Liang updated HARMONY-36: - Attachment: CharBuffer_patch.txt CharSequenceAdapter_patch.txt CharBufferTest_patch.txt These are patch files

[jira] Commented: (HARMONY-30) java.text.BreakIterator.next () returns incorrect value

2006-01-19 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-30?page=comments#action_12363211 ] Richard Liang commented on HARMONY-30: -- Proposed fix: Change the method public static BreakIterator getWordInstance(Locale where) { return new

[jira] Updated: (HARMONY-26) The API of buffer classes in java.nio are not compliant with the specification of Java 5.0

2006-01-19 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-26?page=all ] Richard Liang updated HARMONY-26: - Attachment: nio-tests.jar The API of buffer classes in java.nio are not compliant with the specification of Java 5.0

[jira] Updated: (HARMONY-26) The API of buffer classes in java.nio are not compliant with the specification of Java 5.0

2006-01-18 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-26?page=all ] Richard Liang updated HARMONY-26: - Attachment: DirectBuffer.java This is the new interface added in com.ibm.io.nio The API of buffer classes in java.nio are not compliant

[jira] Commented: (HARMONY-32) java.text.Collator.setDecomposition(FULL_DECOMPOSITION) throws IllegalArgumentException

2006-01-18 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-32?page=comments#action_12363208 ] Richard Liang commented on HARMONY-32: -- Having a looking at the javadoc of com.ibm.icu.text.Collator, I find that icu4j's collator officially supports only two

[jira] Created: (HARMONY-26) The API of buffer classes in java.nio are not compliant with the specification of Java 5.0

2006-01-10 Thread Richard Liang (JIRA)
Type: Bug Components: Classlib Reporter: Richard Liang Assigned to: Geir Magnusson Jr 1. java.nio.CharBuffer 1.1) java.nio.CharBuffer needs to implement two new interface java.lang.Appendable and java.lang.Readable 1.2) The following methods should NOT be protected: protected

Re: NIO Component improvement

2006-01-09 Thread Richard Liang
Geir Magnusson Jr wrote: Defects? In software? Can't be :) Thanks, and welcome. Please read our comntribution policy : http://incubator.apache.org/harmony/contribution_policy.html Please ensure that you will be able to satisfactorily contribute to the NIO area geir Richard Liang wrote

<    1   2   3   4