[jira] [Commented] (GROOVY-8188) Unpredictable behavior - Compiler error: groovyc: You are not allowed to override the final method

2017-05-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16015132#comment-16015132 ] Paul King commented on GROOVY-8188: --- It isn't your method that is causing the error but rather (for

[jira] [Commented] (GROOVY-8163) Groovy scripts can disable java security manager and escape sandbox

2017-05-17 Thread Dimitry Polivaev (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014646#comment-16014646 ] Dimitry Polivaev commented on GROOVY-8163: -- The catch is needed to make the above test

[jira] [Commented] (GROOVY-8163) Groovy scripts can disable java security manager and escape sandbox

2017-05-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014645#comment-16014645 ] ASF GitHub Bot commented on GROOVY-8163: Github user dpolivaev commented on a diff in the pull

[jira] [Commented] (GROOVY-8163) Groovy scripts can disable java security manager and escape sandbox

2017-05-17 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014586#comment-16014586 ] John Wagenleitner commented on GROOVY-8163: --- My hunch is that a {{GroovyRuntimeException}}

[GitHub] groovy pull request #532: Prevent CachedField and CachedMethod from leaking ...

2017-05-17 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/532#discussion_r117078128 --- Diff: src/main/groovy/lang/MetaClassImpl.java --- @@ -1832,6 +1832,9 @@ public Object getProperty(Class sender, Object object, String name,

[jira] [Created] (GROOVY-8193) TraitReceiverTransformer does not set source position on property expressions

2017-05-17 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8193: --- Summary: TraitReceiverTransformer does not set source position on property expressions Key: GROOVY-8193 URL: https://issues.apache.org/jira/browse/GROOVY-8193 Project:

[jira] [Commented] (GROOVY-8192) Make it possible to run groovy shell from the source tree

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013991#comment-16013991 ] Jochen Kemnade commented on GROOVY-8192: Apparently, there is no other way to pass the args than

[jira] [Commented] (GROOVY-6396) same linkedlist code different behavior between groovy and java

2017-05-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013948#comment-16013948 ] Paul King commented on GROOVY-6396: --- This was debated back and forth over several years before we made

[jira] [Commented] (GROOVY-8192) Make it possible to run groovy shell from the source tree

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013875#comment-16013875 ] Jochen Kemnade commented on GROOVY-8192: No, in my case, it's a regular Groovy script with an

[jira] [Commented] (GROOVY-6396) same linkedlist code different behavior between groovy and java

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013870#comment-16013870 ] Jochen Kemnade commented on GROOVY-6396: That depends on whether I'm currently thinking in Stack

[jira] [Commented] (GROOVY-8192) Make it possible to run groovy shell from the source tree

2017-05-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013865#comment-16013865 ] Paul King commented on GROOVY-8192: --- Ah, okay, it isn't groovysh per se that you are trying to run

[jira] [Commented] (GROOVY-6396) same linkedlist code different behavior between groovy and java

2017-05-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013861#comment-16013861 ] Paul King commented on GROOVY-6396: --- [~jkemnade] would you expect {{LinkedList}} and {{ArrayList}} to

[jira] [Commented] (GROOVY-4851) NullPointerException on iterator() call

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-4851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013857#comment-16013857 ] Jochen Kemnade commented on GROOVY-4851: This is fixed in 2.5.0-alpha-1 via GROOVY-7937. >

[jira] [Commented] (GROOVY-6396) same linkedlist code different behavior between groovy and java

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013769#comment-16013769 ] Jochen Kemnade commented on GROOVY-6396: Since GROOVY-7937 gives the {{LinkedList}} method

[jira] [Commented] (GROOVY-6396) same linkedlist code different behavior between groovy and java

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013752#comment-16013752 ] Jochen Kemnade commented on GROOVY-6396: I must admin that I'm not a fan of this change. It is a

[jira] [Comment Edited] (GROOVY-6396) same linkedlist code different behavior between groovy and java

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013752#comment-16013752 ] Jochen Kemnade edited comment on GROOVY-6396 at 5/17/17 8:56 AM: - I must

[jira] [Commented] (GROOVY-8192) Make it possible to run groovy shell from the source tree

2017-05-17 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013747#comment-16013747 ] Jochen Kemnade commented on GROOVY-8192: I wasn't aware of the {{console}} task, thanks for the

[jira] [Commented] (GROOVY-8192) Make it possible to run groovy shell from the source tree

2017-05-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013736#comment-16013736 ] Paul King commented on GROOVY-8192: --- So you definitely need groovysh not groovyConsole? Otherwise

[jira] [Created] (GROOVY-8192) Make it possible to run groovy shell from the source tree

2017-05-17 Thread Jochen Kemnade (JIRA)
Jochen Kemnade created GROOVY-8192: -- Summary: Make it possible to run groovy shell from the source tree Key: GROOVY-8192 URL: https://issues.apache.org/jira/browse/GROOVY-8192 Project: Groovy