[jira] [Commented] (GROOVY-7855) NullPointerException in GenericsTypeMatcher

2016-06-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15329484#comment-15329484 ] Paul King commented on GROOVY-7855: --- I put in a fix which avoids the NPE. I haven't had time to craft a

[jira] [Commented] (GROOVY-7863) Statically compiled calls to private outer class methods fail with multiple levels of nesting

2016-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15330772#comment-15330772 ] ASF GitHub Bot commented on GROOVY-7863: GitHub user shils opened a pull request:

[GitHub] groovy pull request #350: GROOVY-7863: Statically compiled calls to private ...

2016-06-14 Thread shils
GitHub user shils opened a pull request: https://github.com/apache/groovy/pull/350 GROOVY-7863: Statically compiled calls to private outer class methods… … fail with multiple levels of nesting You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (GROOVY-7863) Statically compiled calls to private outer class methods fail with multiple levels of nesting

2016-06-14 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha updated GROOVY-7863: --- Description: Example: {code} @groovy.transform.CompileStatic class A { private int bar() { 123 }

[jira] [Created] (GROOVY-7863) Statically compiled calls to private outer class methods fail with multiple levels of nesting

2016-06-14 Thread Shil Sinha (JIRA)
Shil Sinha created GROOVY-7863: -- Summary: Statically compiled calls to private outer class methods fail with multiple levels of nesting Key: GROOVY-7863 URL: https://issues.apache.org/jira/browse/GROOVY-7863

[jira] [Updated] (GROOVY-7863) Statically compiled calls to private outer class methods fail with multiple levels of nesting

2016-06-14 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha updated GROOVY-7863: --- Description: Example: {code} @groovy.transform.CompileStatic class A { private int bar() { 123 }