[ 
http://jira.andromda.org/jira/browse/JAVA-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Plushnikov Michail resolved JAVA-40.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.4-SNAPSHOT

> Duplicated getter for boolean attribute in ValueObject
> ------------------------------------------------------
>
>                 Key: JAVA-40
>                 URL: http://jira.andromda.org/jira/browse/JAVA-40
>             Project: Java Cartridge
>          Issue Type: Bug
>    Affects Versions: 3.4-SNAPSHOT
>         Environment: All
>            Reporter: Jean-Marc Collin
>            Assignee: Bob Fields
>             Fix For: 3.4-SNAPSHOT
>
>
> Since a few days, my Vos don't compile because there is duplicated getter for 
> boolean attribute in ValueObject. One is marked as @Deprecated. The comment 
> says : "Duplicates getBoolean method, for use as Jaxb2 compatible object". 
> But this makes the compile failed...
> Example :
> /**
>      * TODO: Model Documentation for attribute active
>      * Get the active Attribute
>      * @return active boolean
>      */
>     public boolean isActive()
>     {
>         return this.active;
>     }
>     /**
>      * 
>      * Duplicates getBoolean method, for use as Jaxb2 compatible object
>      * Get the active Attribute
>      * @return active boolean
>      */
>     @Deprecated
>     public boolean isActive()
>     {
>         return this.active;
>     }

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

        

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev

Reply via email to