[JBoss JIRA] (FORGE-619) bad support of field with the following naming pattern aFIELD
by Richard Kennard (JIRA)
[ https://issues.jboss.org/browse/FORGE-619?page=com.atlassian.jira.plugin.... ]
Richard Kennard commented on FORGE-619:
---------------------------------------
Thanks Lincoln. Note there is another part to this issue that needs your attention. See the reference forum thread, re: 'forge is still generated broken get/set method names when using its entity command line'
> bad support of field with the following naming pattern aFIELD
> -------------------------------------------------------------
>
> Key: FORGE-619
> URL: https://issues.jboss.org/browse/FORGE-619
> Project: Forge
> Issue Type: Bug
> Reporter: Anthony Patricio
> Assignee: Richard Kennard
>
> Step to reproduce the issue, create an entity from forge with a field named aFIELD
> Check the get/set generated method,
> As per the javabean naming convention, we should have getaFIELD,setaFIELD but we have getAFIELD setAFIELD.
> When generated by eclipse then scaffolding, problem can appear, more important if the id is following the same naming pattern.
> Richard fixed almost everything related to meta widget.
> However the ForgePropertyStyle still needs some polishing.
> Check the forum reference.
> Cheers
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] (FORGE-97) Invoking commands using minus sign seems to break "run" plugin
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-97?page=com.atlassian.jira.plugin.s... ]
George Gastaldi updated FORGE-97:
---------------------------------
Fix Version/s: 1.0.6.Final
Description:
{code}
[no project] JAX $
[no project] JAX $ run forge-conftrack-demo.fsh
***ERROR*** Exception encountered: [Error: illegal function name or use of reserved word]
[Near : {... -demo_fsh_1064826090() {currentStep = 1;v = SHELL. ....}]
^
[Line: 1, Column: 39] (type "set VERBOSE true" to enable stack traces)
[no project] JAX $ run demo.fsh
? Start at which step?
{code}
was:
{code}
[no project] JAX $
[no project] JAX $ run forge-conftrack-demo.fsh
***ERROR*** Exception encountered: [Error: illegal function name or use of reserved word]
[Near : {... -demo_fsh_1064826090() {currentStep = 1;v = SHELL. ....}]
^
[Line: 1, Column: 39] (type "set VERBOSE true" to enable stack traces)
[no project] JAX $ run demo.fsh
? Start at which step?
{code}
> Invoking commands using minus sign seems to break "run" plugin
> --------------------------------------------------------------
>
> Key: FORGE-97
> URL: https://issues.jboss.org/browse/FORGE-97
> Project: Forge
> Issue Type: Bug
> Components: Shell
> Affects Versions: 1.0.0.Alpha4
> Reporter: Lincoln Baxter III
> Assignee: George Gastaldi
> Fix For: 1.0.6.Final
>
>
> {code}
> [no project] JAX $
> [no project] JAX $ run forge-conftrack-demo.fsh
> ***ERROR*** Exception encountered: [Error: illegal function name or use of reserved word]
> [Near : {... -demo_fsh_1064826090() {currentStep = 1;v = SHELL. ....}]
> ^
> [Line: 1, Column: 39] (type "set VERBOSE true" to enable stack traces)
> [no project] JAX $ run demo.fsh
> ? Start at which step?
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months