[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-4328) Generate Hibernate/JPA Annotation gives "Cannot generate annotations for an interface or enumeration" for several classes in java file

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Fri Aug 14 10:39:26 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitali Yemialyanchyk updated JBIDE-4328:
----------------------------------------

    Fix Version/s: 3.1.0.M4
                       (was: 3.1.0.M3)


> Generate Hibernate/JPA Annotation gives "Cannot generate annotations for an interface or enumeration" for several classes in java file
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-4328
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4328
>             Project: JBoss Tools
>          Issue Type: Feature Request
>          Components: Hibernate
>    Affects Versions: 3.1.0.M1
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Vitali Yemialyanchyk
>            Priority: Minor
>             Fix For: 3.1.0.M4
>
>
> this is trivial test example:
> package org.small.jpa;
> class bbb {
> 	public double id2 = 2.0;
> 	public bbb() {}
> };
> class eee {
> 	public int id = 0;
> 	public eee() {}
> };
> at least we should discuss howto handle such situation. Generally I think it should annotate all classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list