[hibernate-issues] [Hibernate-JIRA] Created: (HBX-794) Inner-class names lose their outer-class context

Mark Hobson (JIRA) noreply at atlassian.com
Mon Oct 30 12:38:04 EST 2006


Inner-class names lose their outer-class context
------------------------------------------------

         Key: HBX-794
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-794
     Project: Hibernate Tools
        Type: Bug

  Components: hbm2doc  
    Versions: 3.2beta8    
    Reporter: Mark Hobson
 Attachments: patch.txt

hbm2doc currently renders inner-classes without their outer-class qualifier.  For example, X$Y is displayed as "Y", causing ambiguity.

The attached patch ensures that all inner-classes are displayed as "X.Y".

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




More information about the hibernate-issues mailing list