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

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


     [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-794?page=all ]

Mark Hobson updated HBX-794:
----------------------------

    Attachment: patch2.txt

Missed one method where inner-classes are special-cased - patch2.txt supersedes patch.txt.

> 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, patch2.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