You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2007/04/11 11:15:32 UTC

[jira] Created: (HARMONY-3621) [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )

[classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )
------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-3621
                 URL: https://issues.apache.org/jira/browse/HARMONY-3621
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
         Environment: Windows XP 
Linux Redhat EL4
            Reporter: Sean Qiu
            Priority: Minor


Test uncovered methods of
java.util.jar.Attributes.hashCode( )
java.util.jar.JarEntry( JarEntry )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3621) [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488606 ] 

Sean Qiu commented on HARMONY-3621:
-----------------------------------

Verified by Sean at revision 527776, thanks, Paulex

> [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3621
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3621
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP 
> Linux Redhat EL4
>            Reporter: Sean Qiu
>         Assigned To: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3621.diff
>
>
> Test uncovered methods of
> java.util.jar.Attributes.hashCode( )
> java.util.jar.JarEntry( JarEntry )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3621) [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu updated HARMONY-3621:
------------------------------

    Attachment: Harmony-3621.diff

Would someone pls try this patch?

> [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3621
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3621
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP 
> Linux Redhat EL4
>            Reporter: Sean Qiu
>            Priority: Minor
>         Attachments: Harmony-3621.diff
>
>
> Test uncovered methods of
> java.util.jar.Attributes.hashCode( )
> java.util.jar.JarEntry( JarEntry )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-3621) [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang reassigned HARMONY-3621:
------------------------------------

    Assignee: Paulex Yang

> [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3621
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3621
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP 
> Linux Redhat EL4
>            Reporter: Sean Qiu
>         Assigned To: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3621.diff
>
>
> Test uncovered methods of
> java.util.jar.Attributes.hashCode( )
> java.util.jar.JarEntry( JarEntry )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-3621) [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang resolved HARMONY-3621.
----------------------------------

    Resolution: Fixed

Sean, patch applied at revision 527776, thanks a lot, please verify.

> [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3621
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3621
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP 
> Linux Redhat EL4
>            Reporter: Sean Qiu
>         Assigned To: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3621.diff
>
>
> Test uncovered methods of
> java.util.jar.Attributes.hashCode( )
> java.util.jar.JarEntry( JarEntry )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-3621) [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu closed HARMONY-3621.
-----------------------------


> [classlib][archive] Add test for java.util.jar.Attributes.hashCode( ) and java.util.jar.JarEntry( JarEntry )
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3621
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3621
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP 
> Linux Redhat EL4
>            Reporter: Sean Qiu
>            Assignee: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3621.diff
>
>
> Test uncovered methods of
> java.util.jar.Attributes.hashCode( )
> java.util.jar.JarEntry( JarEntry )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.