You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2013/08/21 15:33:52 UTC

[jira] [Resolved] (CXF-5198) FiqlParser fails to parse an expression with camel case when SearchBean is used

     [ https://issues.apache.org/jira/browse/CXF-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-5198.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.7
                   2.6.10
                   3.0.0
         Assignee: Sergey Beryozkin
    
> FiqlParser fails to parse an expression with camel case when SearchBean is used
> -------------------------------------------------------------------------------
>
>                 Key: CXF-5198
>                 URL: https://issues.apache.org/jira/browse/CXF-5198
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Adam Lider
>            Assignee: Sergey Beryozkin
>             Fix For: 3.0.0, 2.6.10, 2.7.7
>
>
> {code:java}
> public class FiqlParserTest {
>     private FiqlParser<SearchBean> parser = new FiqlParser<SearchBean>(SearchBean.class);
>     @Test
>     public void lowerCase() throws SearchParseException {
>         parser.parse("thename==king");
>     }
>     @Test
>     public void camelCase() throws SearchParseException {
>         parser.parse("theName==king");
>     }
> }
> {code}
> The problem was introduced in revision: 1468852 and exists in all versions created later on.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira