Re: Java 5 String APIs (code points, StringBuilder, etc) RE: [classlib] String is special

2006-04-24 Thread Geir Magnusson Jr
Or just put the test in java.lang as an implementation test. We should resolve this. Among others, we're going to have spec tests, which Tim and others rightly point out that we need to be careful with and keep out of the boot classpath to ensure that tests happen in the context of userland.

Re: Java 5 String APIs (code points, StringBuilder, etc) RE: [classlib] String is special

2006-04-21 Thread Tim Ellison
I suggest you write a helper method to create a String with that constructor using reflection (setAccessible(true)). Regards, Tim Nathan Beyer wrote: Since I probably share some responsibility in the String is special topic being brought up, I wanted to try out the golden ticket bit for some

RE: Java 5 String APIs (code points, StringBuilder, etc) RE: [classlib] String is special

2006-04-20 Thread Nathan Beyer
String APIs (code points, StringBuilder, etc) RE: [classlib] String is special Since I probably share some responsibility in the String is special topic being brought up, I wanted to try out the golden ticket bit for some further enhancements. I've made some changes to String to add the new