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 05:06:33 UTC

[jira] Created: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

[classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
---------------------------------------------------------------------------------------------------------

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


Add test of java.util.zip.ZipFile.size().
And remove some unnecessary methods of java.util.zip.ZipEntry.
They are:
long getOffset()
void setName(String entryName)
void setOffset(long value) 

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


[jira] Updated: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

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

Sean Qiu updated HARMONY-3613:
------------------------------

    Attachment:     (was: Harmony-3613.diff)

> [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3613
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3613
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Priority: Minor
>         Attachments: Harmony-3613.diff
>
>
> Add test of java.util.zip.ZipFile.size().
> And remove some unnecessary methods of java.util.zip.ZipEntry.
> They are:
> long getOffset()
> void setName(String entryName)
> void setOffset(long value) 

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


[jira] Updated: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

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

Sean Qiu updated HARMONY-3613:
------------------------------

    Attachment: Harmony-3613.diff

Would someone pls try this patch?

> [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3613
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3613
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Priority: Minor
>         Attachments: Harmony-3613.diff
>
>
> Add test of java.util.zip.ZipFile.size().
> And remove some unnecessary methods of java.util.zip.ZipEntry.
> They are:
> long getOffset()
> void setName(String entryName)
> void setOffset(long value) 

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


[jira] Commented: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

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

Sean Qiu commented on HARMONY-3613:
-----------------------------------

Verified by Sean at revision r527459.
Thanks Paulex

> [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3613
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3613
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Sean Qiu
>         Assigned To: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3613.diff
>
>
> Add test of java.util.zip.ZipFile.size().
> And remove some unnecessary methods of java.util.zip.ZipEntry.
> They are:
> long getOffset()
> void setName(String entryName)
> void setOffset(long value) 

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


[jira] Assigned: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

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

Paulex Yang reassigned HARMONY-3613:
------------------------------------

    Assignee: Paulex Yang

> [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3613
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3613
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Sean Qiu
>         Assigned To: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3613.diff
>
>
> Add test of java.util.zip.ZipFile.size().
> And remove some unnecessary methods of java.util.zip.ZipEntry.
> They are:
> long getOffset()
> void setName(String entryName)
> void setOffset(long value) 

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


[jira] Closed: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

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

Sean Qiu closed HARMONY-3613.
-----------------------------


> [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3613
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3613
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Assignee: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3613.diff
>
>
> Add test of java.util.zip.ZipFile.size().
> And remove some unnecessary methods of java.util.zip.ZipEntry.
> They are:
> long getOffset()
> void setName(String entryName)
> void setOffset(long value) 

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


[jira] Resolved: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

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

Paulex Yang resolved HARMONY-3613.
----------------------------------

    Resolution: Fixed

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

> [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3613
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3613
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Sean Qiu
>         Assigned To: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-3613.diff
>
>
> Add test of java.util.zip.ZipFile.size().
> And remove some unnecessary methods of java.util.zip.ZipEntry.
> They are:
> long getOffset()
> void setName(String entryName)
> void setOffset(long value) 

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


[jira] Updated: (HARMONY-3613) [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry

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

Sean Qiu updated HARMONY-3613:
------------------------------

    Attachment: Harmony-3613.diff

> [classlib][archive] Add test for java.util.zip.ZipFile.size() and remove some useless methods of ZipEntry
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3613
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3613
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Priority: Minor
>         Attachments: Harmony-3613.diff
>
>
> Add test of java.util.zip.ZipFile.size().
> And remove some unnecessary methods of java.util.zip.ZipEntry.
> They are:
> long getOffset()
> void setName(String entryName)
> void setOffset(long value) 

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