You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Anton Ivanov (JIRA)" <ji...@apache.org> on 2006/06/02 17:03:29 UTC

[jira] Created: (HARMONY-553) Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.

Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.
------------------------------------------------------------------------------------------------------------------------

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

  Components: Classlib  
    Reporter: Anton Ivanov
    Priority: Minor


1.5 method purge(), constructors Timer(String), Timer(String, boolean) are not implemented in java.util.Timer.

-- 
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-553) Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.

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

    Resolution: Fixed

applied in revision 411672
Anton, please check that it was applied as expected

> Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.
> ------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-553
>          URL: http://issues.apache.org/jira/browse/HARMONY-553
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Anton Ivanov
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: timer.several.methods.implemented.diff, timer.tests.for.methods.implemented.diff
>
> 1.5 method purge(), constructors Timer(String), Timer(String, boolean) are not implemented in java.util.Timer.

-- 
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-553) Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.

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


verified by Anton

> Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.
> ------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-553
>          URL: http://issues.apache.org/jira/browse/HARMONY-553
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Anton Ivanov
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: timer.several.methods.implemented.diff, timer.tests.for.methods.implemented.diff
>
> 1.5 method purge(), constructors Timer(String), Timer(String, boolean) are not implemented in java.util.Timer.

-- 
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-553) Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.

Posted by "Anton Ivanov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-553?page=comments#action_12414789 ] 

Anton Ivanov commented on HARMONY-553:
--------------------------------------

Looks good. Thank you.

> Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.
> ------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-553
>          URL: http://issues.apache.org/jira/browse/HARMONY-553
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Anton Ivanov
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: timer.several.methods.implemented.diff, timer.tests.for.methods.implemented.diff
>
> 1.5 method purge(), constructors Timer(String), Timer(String, boolean) are not implemented in java.util.Timer.

-- 
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-553) Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.

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

Mikhail Loenko reassigned HARMONY-553:
--------------------------------------

    Assign To: Mikhail Loenko

> Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.
> ------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-553
>          URL: http://issues.apache.org/jira/browse/HARMONY-553
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Anton Ivanov
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: timer.several.methods.implemented.diff, timer.tests.for.methods.implemented.diff
>
> 1.5 method purge(), constructors Timer(String), Timer(String, boolean) are not implemented in java.util.Timer.

-- 
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-553) Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.

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

Anton Ivanov updated HARMONY-553:
---------------------------------

    Attachment: timer.several.methods.implemented.diff
                timer.tests.for.methods.implemented.diff

Here are patches for java.util.Timer. I implemented the missing method and constructors. Unit tests are also implemented.


> Java 5 Enhancement: java.util.Timer should implement purge() method, Timer(String), Timer(String, boolean) constructors.
> ------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-553
>          URL: http://issues.apache.org/jira/browse/HARMONY-553
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Anton Ivanov
>     Priority: Minor
>  Attachments: timer.several.methods.implemented.diff, timer.tests.for.methods.implemented.diff
>
> 1.5 method purge(), constructors Timer(String), Timer(String, boolean) are not implemented in java.util.Timer.

-- 
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