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

Paul King closed GROOVY-7821.
-----------------------------
    Resolution: Won't Fix

Since this is fixed in recent versions, I will close this.

> @CompileStatic and exception list throws ClassCastException
> -----------------------------------------------------------
>
>                 Key: GROOVY-7821
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7821
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 2.4.6
>         Environment: OSX, java version "1.8.0_40"
>            Reporter: Brendon Anderson
>            Priority: Minor
>
> {code:title=Bar.java|borderStyle=solid}
> @Slf4j
> @CompileStatic
> class TestException {
>     static void main(String[] args) {
>         try {
>             throw new NullPointerException('ahh!')
>         } catch (NullPointerException | IOException e) {
>             log.error('error {}', e.message)
>         }
>     }
> }
> {code}
> This throws a ClassCastException:
> {noformat}
> Exception in thread "main" java.lang.ClassCastException: 
> java.lang.NullPointerException cannot be cast to java.io.IOException
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to