[jbosstools-issues] [JBoss JIRA] (JBIDE-11838) Exclude methods named get* with return type void from properties

Jaroslav Jankovič (JIRA) jira-events at lists.jboss.org
Mon May 28 02:50:17 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaroslav Jankovič closed JBIDE-11838.
-------------------------------------



Verified with jbosstools-3.3_stable_branch.aggregate-Update-2012-05-27_14-14-33-H161.zip. Closing this JIRA.
                
> Exclude methods named get* with return type void from properties
> ----------------------------------------------------------------
>
>                 Key: JBIDE-11838
>                 URL: https://issues.jboss.org/browse/JBIDE-11838
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: 3.3.0.Beta2
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.CR1
>
>
> EXECUTE: Create bean
> {code}
> @Named
> public class MyBean {
>     public void getName() {
>     }
> }
> {code}
> Method getName() does not define Java property 'name', because it has no return.
> ASSERT: Content assist does not suggest 'name' in #{myBean.|}
> ASSERT: Open-on does not suggest to open method getName() in #{myBean.name}.
> ASSERT: EL validation marks 'name' as not recognized in #{myBean.name}.

--
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

       



More information about the jbosstools-issues mailing list