[jira] [Commented] (GROOVY-8112) NPE in Groovy compiler

2017-10-19 Thread James Kleeh (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16212091#comment-16212091 ] James Kleeh commented on GROOVY-8112: - [~paulk] If you check out the spring_5 branch and change the

[jira] [Commented] (GROOVY-8112) NPE in Groovy compiler

2017-10-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16212086#comment-16212086 ] Paul King commented on GROOVY-8112: --- [~Schlogen] Do you have a travis-ci build showing the error or

[jira] [Commented] (GROOVY-8360) Enums that are nested classes do not have the static modifier set

2017-10-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16211972#comment-16211972 ] ASF GitHub Bot commented on GROOVY-8360: GitHub user shils opened a pull request:

[GitHub] groovy pull request #619: GROOVY-8360: Enums that are inner classes should h...

2017-10-19 Thread shils
GitHub user shils opened a pull request: https://github.com/apache/groovy/pull/619 GROOVY-8360: Enums that are inner classes should have the static clas… …s modifier You can merge this pull request into a Git repository by running: $ git pull

[jira] [Resolved] (GROOVY-8343) Issue implementing Java interface

2017-10-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8343. --- Resolution: Fixed Fix Version/s: 2.5.0-beta-3 Should be fixed > Issue implementing Java

[jira] [Updated] (GROOVY-8359) Inner class is not resolved if compiled separately

2017-10-19 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniil Ovchinnikov updated GROOVY-8359: --- Description: {code:title=classes.groovy} package bugs class CurrentParent {

[jira] [Created] (GROOVY-8359) Inner class is not resolved if compiled separately

2017-10-19 Thread Daniil Ovchinnikov (JIRA)
Daniil Ovchinnikov created GROOVY-8359: -- Summary: Inner class is not resolved if compiled separately Key: GROOVY-8359 URL: https://issues.apache.org/jira/browse/GROOVY-8359 Project: Groovy

[jira] [Updated] (GROOVY-8358) Inner class resolution behaves differently depending on class order

2017-10-19 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniil Ovchinnikov updated GROOVY-8358: --- Summary: Inner class resolution behaves differently depending on class order (was:

[jira] [Commented] (GROOVY-8112) NPE in Groovy compiler

2017-10-19 Thread James Kleeh (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16211594#comment-16211594 ] James Kleeh commented on GROOVY-8112: - [~paulk] Facing this issue with 2.5.0-beta-2 in Grails core >

[jira] [Updated] (GROOVY-8358) Inner class resolution fails

2017-10-19 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniil Ovchinnikov updated GROOVY-8358: --- Description: {code} package bugs class Outer implements OuterI { static class

[jira] [Created] (GROOVY-8358) Inner class resolution fails

2017-10-19 Thread Daniil Ovchinnikov (JIRA)
Daniil Ovchinnikov created GROOVY-8358: -- Summary: Inner class resolution fails Key: GROOVY-8358 URL: https://issues.apache.org/jira/browse/GROOVY-8358 Project: Groovy Issue Type: Bug

[GitHub] groovy pull request #:

2017-10-19 Thread blackdrag
Github user blackdrag commented on the pull request: https://github.com/apache/groovy/commit/068ce3d445d0b5ce5c77517acb86e4cc11648b3b#commitcomment-25079300 In src/main/org/codehaus/groovy/classgen/AsmClassGenerator.java: In

[jira] [Comment Edited] (GROOVY-7492) Groovy should allow CompileStatic classes to not implement GroovyObject

2017-10-19 Thread Harry Chan (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207748#comment-16207748 ] Harry Chan edited comment on GROOVY-7492 at 10/19/17 1:48 PM: -- I just

[jira] [Commented] (GROOVY-8354) Star imports allow partially-qualified types

2017-10-19 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210913#comment-16210913 ] Daniil Ovchinnikov commented on GROOVY-8354: [~emilles] You are forgetting that a package

[GitHub] groovy pull request #:

2017-10-19 Thread turbanoff
Github user turbanoff commented on the pull request: https://github.com/apache/groovy/commit/068ce3d445d0b5ce5c77517acb86e4cc11648b3b#commitcomment-25074716 In src/main/org/codehaus/groovy/classgen/AsmClassGenerator.java: In