[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264844#comment-16264844 ] Paul King commented on GROOVY-8385: --- Does changing the constructor in the Groovy class

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264827#comment-16264827 ] mgroovy commented on GROOVY-8385: - @[~paulk]: I cannot think of any simpler example (at t

[jira] [Comment Edited] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264801#comment-16264801 ] mgroovy edited comment on GROOVY-8385 at 11/23/17 9:45 PM: --- Mic

[jira] [Comment Edited] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264803#comment-16264803 ] mgroovy edited comment on GROOVY-8385 at 11/23/17 9:45 PM: --- Mic

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264803#comment-16264803 ] mgroovy commented on GROOVY-8385: - MicramodEntityMinimalJava implmented as dynamically co

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264801#comment-16264801 ] mgroovy commented on GROOVY-8385: - MicramodEntityMinimalJava implmented as statically com

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264796#comment-16264796 ] mgroovy commented on GROOVY-8385: - Java base class (represents a Minecraft Java class): {

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264797#comment-16264797 ] mgroovy commented on GROOVY-8385: - Derived Java class (i.e. non-Groovy Minecraft modding)

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264795#comment-16264795 ] mgroovy commented on GROOVY-8385: - I have copied the examples from another post on the to

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264758#comment-16264758 ] Paul King commented on GROOVY-8385: --- My suggestion would be to add a couple of very sma

[GitHub] groovy pull request #:

2017-11-23 Thread paulk-asert
Github user paulk-asert commented on the pull request: https://github.com/apache/groovy/commit/7ea3047fdb65c9c15e80eecd6ba221c5fabbc578#commitcomment-25813402 In src/main/groovy/util/ProxyGenerator.java: In src/main/groovy/util/ProxyGenerator.java on line 212: Thanks Patric, th

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-11-23 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264635#comment-16264635 ] Jochen Theodorou commented on GROOVY-8385: -- the problem is that the solution for

[GitHub] groovy pull request #:

2017-11-23 Thread patric42
Github user patric42 commented on the pull request: https://github.com/apache/groovy/commit/7ea3047fdb65c9c15e80eecd6ba221c5fabbc578#commitcomment-25808709 In src/main/groovy/util/ProxyGenerator.java: In src/main/groovy/util/ProxyGenerator.java on line 212: Hi Paul, I

[GitHub] groovy pull request #:

2017-11-23 Thread danielsun1106
Github user danielsun1106 commented on the pull request: https://github.com/apache/groovy/commit/7ea3047fdb65c9c15e80eecd6ba221c5fabbc578#commitcomment-25807434 In src/main/groovy/util/ProxyGenerator.java: In src/main/groovy/util/ProxyGenerator.java on line 212: OK. I'll revert

[GitHub] groovy pull request #:

2017-11-23 Thread paulk-asert
Github user paulk-asert commented on the pull request: https://github.com/apache/groovy/commit/7ea3047fdb65c9c15e80eecd6ba221c5fabbc578#commitcomment-25806906 In src/main/groovy/util/ProxyGenerator.java: In src/main/groovy/util/ProxyGenerator.java on line 212: Won't this be les