[jira] [Updated] (GROOVY-8727) JDK 11 Compilation Failure: ClassVisitor.visitNestMemberExperimental throws UnsupportedOperationException

2018-08-02 Thread Misagh Moayyed (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misagh Moayyed updated GROOVY-8727: --- Description: *Description:* Using JDK 11 and Gradle 4.9, the following compilation error

[jira] [Updated] (GROOVY-8727) JDK 11 Compilation Failure: ClassVisitor.visitNestMemberExperimental throws UnsupportedOperationException

2018-08-02 Thread Misagh Moayyed (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misagh Moayyed updated GROOVY-8727: --- Description: Description: Using JDK 11 and Gradle 4.9, the following compilation error is

[jira] [Created] (GROOVY-8727) JDK 11 Compilation Failure: ClassVisitor.visitNestMemberExperimental throws UnsupportedOperationException

2018-08-02 Thread Misagh Moayyed (JIRA)
Misagh Moayyed created GROOVY-8727: -- Summary: JDK 11 Compilation Failure: ClassVisitor.visitNestMemberExperimental throws UnsupportedOperationException Key: GROOVY-8727 URL:

[jira] [Commented] (GROOVY-8726) Parameter lacks a reference to the MethodNode it belongs to

2018-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16566430#comment-16566430 ] ASF GitHub Bot commented on GROOVY-8726: GitHub user jameskleeh opened a pull request:

[GitHub] groovy pull request #779: GROOVY-8726: Store the method node reference in Pa...

2018-08-02 Thread jameskleeh
GitHub user jameskleeh opened a pull request: https://github.com/apache/groovy/pull/779 GROOVY-8726: Store the method node reference in Parameter This implementation copies all parameters when they are passed to the method node constructor. While there will be some waste in this