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

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Wed Nov 1 09:33:04 EST 2006


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

    Fix Version: 3.2beta9
     Resolution: Fixed

thanks. applied.

had to mingle a bit with ImportContext to make hbm2java work properly with this change.

innerclasses is now better understood by hbm2java but it can't generate them; only reference them.
If there by some change is any overlapping names (class with $ or full class name matching an innerclass) the behavior is "undefined"

> 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
>      Fix For: 3.2beta9
>  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