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

Shil Sinha updated GROOVY-7952:
-------------------------------
    Fix Version/s:     (was: 2.5.0-beta-1)
                   2.4.8

> Property expressions for extension methods starting with 'is' fail STC
> ----------------------------------------------------------------------
>
>                 Key: GROOVY-7952
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7952
>             Project: Groovy
>          Issue Type: Bug
>          Components: Static compilation, Static Type Checker
>    Affects Versions: 2.4.7
>            Reporter: Shil Sinha
>            Assignee: Shil Sinha
>             Fix For: 2.4.8
>
>
> Example:
> {code}
> import groovy.transform.TypeChecked
> void test() {
>     assert !'abc'.allWhitespace
> }
> {code}
> The code above fails static type checking with the following error:
> {code}
> [Static type checking] - No such property: allWhitespace for class: 
> java.lang.String
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to