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

[jira] Created: (HARMONY-562) [rmi2.1.4] removing commented out call now we have Timer.purge

[rmi2.1.4] removing commented out call now we have Timer.purge
--------------------------------------------------------------

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

  Components: Classlib  
    Reporter: Mark Hindess
    Priority: Minor
 Attachments: remove.hack.now.we.have.purge.method.diff

While integrating the ITC 1.4.2 rmi, I commented out a call to Timer.purge.  I will attach a patch to uncomment the one I modified.

I notice however that there is another commented out instance in ava/org/apache/harmony/rmi/internal/dgc/client/DGCClient.java.  This one was already commented out before I got my hands on it so I'm not sure if this one should also be fixed but hopefully someone with more knowledge of this code will comment.


-- 
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-562) [rmi2.1.4] removing commented out call now we have Timer.purge

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

    Resolution: Fixed

Thanks Mark - patch was applied at repo. revision 412293.

Please check that the patch was applied as you expected.

> [rmi2.1.4] removing commented out call now we have Timer.purge
> --------------------------------------------------------------
>
>          Key: HARMONY-562
>          URL: http://issues.apache.org/jira/browse/HARMONY-562
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Minor
>  Attachments: remove.hack.now.we.have.purge.method.diff
>
> While integrating the ITC 1.4.2 rmi, I commented out a call to Timer.purge.  I will attach a patch to uncomment the one I modified.
> I notice however that there is another commented out instance in ava/org/apache/harmony/rmi/internal/dgc/client/DGCClient.java.  This one was already commented out before I got my hands on it so I'm not sure if this one should also be fixed but hopefully someone with more knowledge of this code will comment.

-- 
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-562) [rmi2.1.4] removing commented out call now we have Timer.purge

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-562?page=comments#action_12415085 ] 

Mark Hindess commented on HARMONY-562:
--------------------------------------

Looks good.  Thanks Stepan.

> [rmi2.1.4] removing commented out call now we have Timer.purge
> --------------------------------------------------------------
>
>          Key: HARMONY-562
>          URL: http://issues.apache.org/jira/browse/HARMONY-562
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Minor
>  Attachments: remove.hack.now.we.have.purge.method.diff
>
> While integrating the ITC 1.4.2 rmi, I commented out a call to Timer.purge.  I will attach a patch to uncomment the one I modified.
> I notice however that there is another commented out instance in ava/org/apache/harmony/rmi/internal/dgc/client/DGCClient.java.  This one was already commented out before I got my hands on it so I'm not sure if this one should also be fixed but hopefully someone with more knowledge of this code will comment.

-- 
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-562) [rmi2.1.4] removing commented out call now we have Timer.purge

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


Verified by Mark.

> [rmi2.1.4] removing commented out call now we have Timer.purge
> --------------------------------------------------------------
>
>          Key: HARMONY-562
>          URL: http://issues.apache.org/jira/browse/HARMONY-562
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Minor
>  Attachments: remove.hack.now.we.have.purge.method.diff
>
> While integrating the ITC 1.4.2 rmi, I commented out a call to Timer.purge.  I will attach a patch to uncomment the one I modified.
> I notice however that there is another commented out instance in ava/org/apache/harmony/rmi/internal/dgc/client/DGCClient.java.  This one was already commented out before I got my hands on it so I'm not sure if this one should also be fixed but hopefully someone with more knowledge of this code will comment.

-- 
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-562) [rmi2.1.4] removing commented out call now we have Timer.purge

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

Mark Hindess updated HARMONY-562:
---------------------------------

    Attachment: remove.hack.now.we.have.purge.method.diff

> [rmi2.1.4] removing commented out call now we have Timer.purge
> --------------------------------------------------------------
>
>          Key: HARMONY-562
>          URL: http://issues.apache.org/jira/browse/HARMONY-562
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Minor
>  Attachments: remove.hack.now.we.have.purge.method.diff
>
> While integrating the ITC 1.4.2 rmi, I commented out a call to Timer.purge.  I will attach a patch to uncomment the one I modified.
> I notice however that there is another commented out instance in ava/org/apache/harmony/rmi/internal/dgc/client/DGCClient.java.  This one was already commented out before I got my hands on it so I'm not sure if this one should also be fixed but hopefully someone with more knowledge of this code will comment.

-- 
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-562) [rmi2.1.4] removing commented out call now we have Timer.purge

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

Stepan Mishura reassigned HARMONY-562:
--------------------------------------

    Assign To: Stepan Mishura

> [rmi2.1.4] removing commented out call now we have Timer.purge
> --------------------------------------------------------------
>
>          Key: HARMONY-562
>          URL: http://issues.apache.org/jira/browse/HARMONY-562
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Minor
>  Attachments: remove.hack.now.we.have.purge.method.diff
>
> While integrating the ITC 1.4.2 rmi, I commented out a call to Timer.purge.  I will attach a patch to uncomment the one I modified.
> I notice however that there is another commented out instance in ava/org/apache/harmony/rmi/internal/dgc/client/DGCClient.java.  This one was already commented out before I got my hands on it so I'm not sure if this one should also be fixed but hopefully someone with more knowledge of this code will comment.

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