[ http://jira.andromda.org/browse/UMLMETA-51?page=history ]
     
Work on UMLMETA-51 started by Wouter Zoons

> enum literals with underscore generate two underscores
> ------------------------------------------------------
>
>          Key: UMLMETA-51
>          URL: http://jira.andromda.org/browse/UMLMETA-51
>      Project: UML Metafacades
>         Type: Bug
>     Versions: 3.1RC1
>     Reporter: olaf kruger
>     Assignee: Wouter Zoons

>
> When using an enum literal including an underscore "_", andromda seem to 
> insert yet another underscore in the generated code; for example:
> <<Enumeration>> class Enum 
> { 
>     FOO_BOO : String
> } 
>  
> generates the following:
> class 
> { 
>     public static final Enum FOO__BOO = new Enum("FOO__BOO"); 
>     // ... 
> } 
>  




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

Reply via email to