You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2008/03/12 17:32:49 UTC

[jira] Resolved: (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 ]

Sian January resolved HARMONY-5594.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M6

Applied patch at r636402.  It's slightly modified to remove some whitespace and because I committed some other stuff in the meantime, but it should be ok.  Please check it looks like you expected.

> [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
>            Assignee: Sian January
>             Fix For: 5.0M6
>
>         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.