[
http://jira.andromda.org/browse/UMLMETA-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Plushnikov Michail closed UMLMETA-43.
-------------------------------------
Resolution: Fixed
Fix Version/s: 3.4-SNAPSHOT
Assignee: Plushnikov Michail (was: Chad Brandon)
> fix ParameterFacade getterName
> ------------------------------
>
> Key: UMLMETA-43
> URL: http://jira.andromda.org/browse/UMLMETA-43
> Project: UML Metafacades
> Issue Type: Improvement
> Affects Versions: 3.1M1
> Reporter: Wouter Zoons
> Assignee: Plushnikov Michail
> Fix For: 3.4-SNAPSHOT
>
>
> fix this piece of code:
> /**
> * @see org.andromda.metafacades.uml.ParameterFacade#getGetterName()
> */
> protected java.lang.String handleGetGetterName()
> {
> // BPM-200: only actual boolean types can have the 'is' prefix, we
> must not make
> // use of the dynamic mappings since we need to test for the real
> java type here
> final String typeName = this.getType() != null ?
> this.getType().getFullyQualifiedName() : null;
> final String prefix = "boolean".equals(typeName) ? "is" : "get";
> return prefix + StringUtilsHelper.capitalize(this.getName());
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev