Re: [classlib][luni-util]Scanner completion(was Re: [jira] Closed: (HARMONY-567) [classlib][luni]java.util.Scanner constructors not implemented)

2006-06-20 Thread Richard Liang
Hello Paulex, I will start to implement the constructor and some simple methods such as ioException(), locale(), etc. Then I'm going to implement the methods from j.u.Iterator. At last, I will touch the pattern matching methods. Really, as you said, the complexity is far beyond my anticipation

[classlib][luni-util]Scanner completion(was Re: [jira] Closed: (HARMONY-567) [classlib][luni]java.util.Scanner constructors not implemented)

2006-06-19 Thread Paulex Yang
Ah, thank you, Richard, I modified the topic a little to make it more clear. You are right that I'm not working on Scanner, I created two patches related to Scanner just because some other modules needed a skeleton to compile. I'm a little distracted in NIO stuffs, further I owed some parts of

Re: [classlib][luni-util]Scanner completion(was Re: [jira] Closed: (HARMONY-567) [classlib][luni]java.util.Scanner constructors not implemented)

2006-06-19 Thread Richard Liang
Paulex Yang wrote: Ah, thank you, Richard, I modified the topic a little to make it more clear. You are right that I'm not working on Scanner, I created two patches related to Scanner just because some other modules needed a skeleton to compile. I'm a little distracted in NIO stuffs, furthe

[classlib][luni-util]Scanner completion(was Re: [jira] Closed: (HARMONY-567) [classlib][luni]java.util.Scanner constructors not implemented)

2006-06-19 Thread Paulex Yang
Ah, thank you, Richard, I modified the topic a little to make it more clear. You are right that I'm not working on Scanner, I created two patches related to Scanner just because some other modules needed a skeleton to compile. I'm a little distracted in NIO stuffs, further I owed some parts of