[richfaces-issues] [JBoss JIRA] Created: (RF-9776) CDK: code with potential NPEs is generated

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Nov 9 19:52:01 EST 2010


CDK: code with potential NPEs is generated
------------------------------------------

                 Key: RF-9776
                 URL: https://jira.jboss.org/browse/RF-9776
             Project: RichFaces
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: CDK
    Affects Versions: 4.0.0.Milestone4
            Reporter: Nick Belaevski
            Assignee: Alexander Smirnov


For the following code:

    @Attribute
    public abstract Boolean isEditable();

the following code with potential NPEs is generated:

    public Boolean isEditable() {
        return Boolean.valueOf(getStateHelper().eval(Properties.editable).toString());
    }


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list