You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Craig Russell (JIRA)" <ji...@apache.org> on 2008/01/12 00:56:34 UTC

[jira] Resolved: (JDO-565) Add tests for signatures of annotations and enums

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

Craig Russell resolved JDO-565.
-------------------------------

    Resolution: Fixed

With this checkin, all annotations and enums in the annotations directory are verified against expected signatures.

svn commit src/conf/jdo-2_1-signatures.txt src/java/org/apache/jdo/tck/util/signature/Formatter.java src/java/org/apache/jdo/tck/util/signature/SignatureVerifier.java
Sending        src/conf/jdo-2_1-signatures.txt
Sending        src/java/org/apache/jdo/tck/util/signature/Formatter.java
Sending        src/java/org/apache/jdo/tck/util/signature/SignatureVerifier.java
Transmitting file data ...
Committed revision 611331.



> Add tests for signatures of annotations and enums
> -------------------------------------------------
>
>                 Key: JDO-565
>                 URL: https://issues.apache.org/jira/browse/JDO-565
>             Project: JDO
>          Issue Type: Test
>          Components: tck2
>    Affects Versions: JDO 2 maintenance release 1
>            Reporter: Craig Russell
>            Assignee: Craig Russell
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: jdo-2_1-signatures.txt, jdo-565.patch, SignatureVerifier.java
>
>
> Currently the enums and annotations are not tested for their signatures.
> The SignatureVerifier needs to be updated to handle the modifiers for annotation and enum. The modifiers are not documented in the language specification, so these changes need to be tested using more than one VM, since the behavior might be different for different VMs.

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