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

Alexander Smirnov resolved RF-9776.
-----------------------------------

    Resolution: Won't Fix


> CDK: code with potential NPEs is generated
> ------------------------------------------
>
>                 Key: RF-9776
>                 URL: https://issues.jboss.org/browse/RF-9776
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: cdk
>    Affects Versions: 4.0.0.Milestone4
>            Reporter: Nick Belaevski
>            Assignee: Alexander Smirnov
>            Priority: Critical
>             Fix For: 4.0.0.CR1
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to