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

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu May 10 20:16:17 EDT 2012


Viacheslav Kabanovich created JBIDE-11838:
---------------------------------------------

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