You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/07/05 11:53:29 UTC

[jira] Created: (HARMONY-766) Implement new methods java.util.Scanner.hasNext() and hasNext(String)

Implement new methods java.util.Scanner.hasNext() and hasNext(String)
---------------------------------------------------------------------

         Key: HARMONY-766
         URL: http://issues.apache.org/jira/browse/HARMONY-766
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Richard Liang


Hello,

Here is the implementation of the new methods java.util.Scanner.hasNext() and hasNext(String). I will attach the patch soon :-) Thanks a lot.

Best regards,
Richard

-- 
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/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-766) Implement new methods java.util.Scanner.hasNext() and hasNext(String)

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-766?page=all ]

Richard Liang updated HARMONY-766:
----------------------------------

    Attachment: luni.src.diff

Hello,

Please apply the patch. :-) Thanks a lot.

Best regards,
Richard

> Implement new methods java.util.Scanner.hasNext() and hasNext(String)
> ---------------------------------------------------------------------
>
>          Key: HARMONY-766
>          URL: http://issues.apache.org/jira/browse/HARMONY-766
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: luni.src.diff
>
> Hello,
> Here is the implementation of the new methods java.util.Scanner.hasNext() and hasNext(String). I will attach the patch soon :-) Thanks a lot.
> Best regards,
> Richard

-- 
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/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-766) Implement new methods java.util.Scanner.hasNext() and hasNext(String)

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-766?page=all ]

George Harley reassigned HARMONY-766:
-------------------------------------

    Assign To: George Harley

> Implement new methods java.util.Scanner.hasNext() and hasNext(String)
> ---------------------------------------------------------------------
>
>          Key: HARMONY-766
>          URL: http://issues.apache.org/jira/browse/HARMONY-766
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> Here is the implementation of the new methods java.util.Scanner.hasNext() and hasNext(String). I will attach the patch soon :-) Thanks a lot.
> Best regards,
> Richard

-- 
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/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-766) Implement new methods java.util.Scanner.hasNext() and hasNext(String)

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-766?page=all ]
     
George Harley closed HARMONY-766:
---------------------------------


Verified by Richard.

> Implement new methods java.util.Scanner.hasNext() and hasNext(String)
> ---------------------------------------------------------------------
>
>          Key: HARMONY-766
>          URL: http://issues.apache.org/jira/browse/HARMONY-766
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> Here is the implementation of the new methods java.util.Scanner.hasNext() and hasNext(String). I will attach the patch soon :-) Thanks a lot.
> Best regards,
> Richard

-- 
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/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-766) Implement new methods java.util.Scanner.hasNext() and hasNext(String)

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-766?page=comments#action_12419381 ] 

Richard Liang commented on HARMONY-766:
---------------------------------------

Hi George,

The fix looks good. Thanks a lot.

Best regards,
Richard

> Implement new methods java.util.Scanner.hasNext() and hasNext(String)
> ---------------------------------------------------------------------
>
>          Key: HARMONY-766
>          URL: http://issues.apache.org/jira/browse/HARMONY-766
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> Here is the implementation of the new methods java.util.Scanner.hasNext() and hasNext(String). I will attach the patch soon :-) Thanks a lot.
> Best regards,
> Richard

-- 
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/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-766) Implement new methods java.util.Scanner.hasNext() and hasNext(String)

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-766?page=all ]
     
George Harley resolved HARMONY-766:
-----------------------------------

    Resolution: Fixed

Hi Richard, 

Patch committed in revision 419279. Please could you verify that it has been applied as expected. 

Many thanks for this functionality. 

Best regards, 
George


> Implement new methods java.util.Scanner.hasNext() and hasNext(String)
> ---------------------------------------------------------------------
>
>          Key: HARMONY-766
>          URL: http://issues.apache.org/jira/browse/HARMONY-766
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> Here is the implementation of the new methods java.util.Scanner.hasNext() and hasNext(String). I will attach the patch soon :-) Thanks a lot.
> Best regards,
> Richard

-- 
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/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira