[richfaces-issues] [JBoss JIRA] Updated: (RF-10004) CDK: isEmpty method is generated incorrectly

Andrey Markhel (JIRA) jira-events at lists.jboss.org
Thu Dec 16 10:27:18 EST 2010


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

Andrey Markhel updated RF-10004:
--------------------------------

    Summary: CDK: isEmpty method is generated incorrectly  (was: CDK: isEmpty method is generaged incorrectly)


> CDK: isEmpty method is generated incorrectly
> --------------------------------------------
>
>                 Key: RF-10004
>                 URL: https://issues.jboss.org/browse/RF-10004
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: CDK
>    Affects Versions: 4.0.0.Milestone5
>            Reporter: Andrey Markhel
>            Assignee: Alexander Smirnov
>             Fix For: 4.0.0.Milestone5
>
>
> When I use expression #{empty ""} on component.template.xml, CDK generate the following:
> private static boolean isEmpty(Object object) 
>  {
> 		return object == null;
> 	}
> and isEmpty("") = false, but it is incorrect.
> I think isEmpty method should return true when incoming string doesn't contain any characters except spaces.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list