You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Cornwall (JIRA)" <ji...@apache.org> on 2008/03/11 22:22:46 UTC

[jira] Updated: (HARMONY-5594) [classlib][pack200] Deprecated classes don't have Deprecated attribute

     [ https://issues.apache.org/jira/browse/HARMONY-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Cornwall updated HARMONY-5594:
-------------------------------------

    Attachment: main.patch

main.patch code that implements this fix

> [classlib][pack200] Deprecated classes don't have Deprecated attribute
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-5594
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5594
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>         Attachments: main.patch
>
>
> Classes which are marked as Deprecated do not get the Deprecated attribute when they're written out. In fact, it appears that any "undefined" attribute won't be written out.
> This patch causes all attributes stored with a class to be written out into its class file except for SourceFileAttribute, which is recomputed right before it is written.

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