[ 
http://team.andromda.org:8080/jira/browse/BPM-108?page=comments#action_10419 ]
     
Martin West commented on BPM-108:
---------------------------------

PS I tried escaping the # as in

  * @see ${action.formBeanType}\#${field.getterName}DateFormatter

but this generated

  * @see FormBeanType/#$getAnyDate#ateFormatter

sigghh

> First char of word after #${var} changed to #
> ---------------------------------------------
>
>          Key: BPM-108
>          URL: http://team.andromda.org:8080/jira/browse/BPM-108
>      Project: Bpm4Struts Cartridge
>         Type: Bug
>     Reporter: Martin West
>     Assignee: Wouter Zoons

>
>
> This problem could affect all cartridges generating javadoc.
> Generated code:
>     /**
>      * Returns the Date instance representing the <code>anyDate</code>
> field.
>      *
>      * @see
> net.starmap.obrien.management.gen.preferences.PreferencesForm#getAnyDate
>      * @see
> net.starmap.obrien.management.gen.preferences.PreferencesForm#getAnyDate#ateFormatter
>      */
>     public java.util.Date getAnyDateAsDate()
> Template logic:
>     /**
>      * Returns the Date instance representing the
> <code>$field.name</code> field.
>      *
>      * @see ${action.formBeanType}#${field.getterName}
>      * @see ${action.formBeanType}#${field.getterName}DateFormatter
>      */
>     public $fieldType ${field.getterName}AsDate()
> Work around ...
> #set ($hash = "#")
>      * @see ${action.formBeanType}${hash}${field.getterName}AsDate
>      * @see ${action.formBeanType}${hash}${field.getterName}DateFormatter

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://team.andromda.org:8080/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to