[jira] [Comment Edited] (GROOVY-5728) Accessing private constructor from a static factory

2017-02-08 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857927#comment-15857927 ] Peter Myrén edited comment on GROOVY-5728 at 2/8/17 3:27 PM: - Same problem

[jira] [Comment Edited] (GROOVY-5728) Accessing private constructor from a static factory

2017-02-08 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857927#comment-15857927 ] Peter Myrén edited comment on GROOVY-5728 at 2/8/17 3:10 PM: - Same problem

[jira] [Comment Edited] (GROOVY-5728) Accessing private constructor from a static factory

2017-02-08 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857927#comment-15857927 ] Peter Myrén edited comment on GROOVY-5728 at 2/8/17 3:43 PM: - Same problem

[jira] [Commented] (GROOVY-8067) Possible deadlock when creating new ClassInfo entries in the cache

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858505#comment-15858505 ] ASF GitHub Bot commented on GROOVY-8067: Github user jwagenleitner commented on a diff in the

[jira] [Commented] (GROOVY-8067) Possible deadlock when creating new ClassInfo entries in the cache

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858506#comment-15858506 ] ASF GitHub Bot commented on GROOVY-8067: Github user jwagenleitner commented on a diff in the

[GitHub] groovy pull request #489: GROOVY-8067: Possible deadlock when creating new C...

2017-02-08 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/489#discussion_r100162935 --- Diff: subprojects/stress/src/test/java/org/codehaus/groovy/reflection/ClassInfoDeadlockStressTest.java --- @@ -0,0 +1,140 @@ +/* + *

[jira] [Created] (GROOVY-8085) Exception in "finally" not caught by outer "try"

2017-02-08 Thread Craig Silverstein (JIRA)
Craig Silverstein created GROOVY-8085: - Summary: Exception in "finally" not caught by outer "try" Key: GROOVY-8085 URL: https://issues.apache.org/jira/browse/GROOVY-8085 Project: Groovy

[jira] [Commented] (GROOVY-8048) final fields for pre-compiled traits aren't processed correctly

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858886#comment-15858886 ] ASF GitHub Bot commented on GROOVY-8048: Github user asfgit closed the pull request at:

[GitHub] groovy pull request #492: GROOVY-8048: final fields for pre-compiled traits ...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/492 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (GROOVY-8083) Fails to implement interface

2017-02-08 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8083: --- Description: I tried to extend GroovyCodeVisitor to support visiting lambda expression(

[jira] [Updated] (GROOVY-8083) Fails to implement interface

2017-02-08 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8083: --- Description: I tried to extend GroovyCodeVisitor to support visiting lambda expression(

[jira] [Commented] (GROOVY-8083) Fails to implement interface

2017-02-08 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857651#comment-15857651 ] Daniel Sun commented on GROOVY-8083: If all classes written in groovy, the issue does not exist. The

[jira] [Updated] (GROOVY-8083) Fails to implement interface

2017-02-08 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8083: --- Description: I tried to extend GroovyCodeVisitor to support visiting lambda expression(

[jira] [Updated] (GROOVY-8083) Fails to implement interface

2017-02-08 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8083: --- Component/s: Compiler > Fails to implement interface > > >

[jira] [Created] (GROOVY-8084) Captured types doesn't work in @CompileStatic

2017-02-08 Thread Alexey Afanasiev (JIRA)
Alexey Afanasiev created GROOVY-8084: Summary: Captured types doesn't work in @CompileStatic Key: GROOVY-8084 URL: https://issues.apache.org/jira/browse/GROOVY-8084 Project: Groovy Issue

[jira] [Commented] (GROOVY-5728) Accessing private constructor from a static factory

2017-02-08 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857927#comment-15857927 ] Peter Myrén commented on GROOVY-5728: - Same problem with non anonymous inner class. It woks with

[jira] [Comment Edited] (GROOVY-8082) Groovy sql.rows returns org.postgresql.util.PSQLException: No hstore extension installed

2017-02-08 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857954#comment-15857954 ] Paul King edited comment on GROOVY-8082 at 2/8/17 1:02 PM: --- The Sql api doesn't

[jira] [Comment Edited] (GROOVY-8082) Groovy sql.rows returns org.postgresql.util.PSQLException: No hstore extension installed

2017-02-08 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857954#comment-15857954 ] Paul King edited comment on GROOVY-8082 at 2/8/17 1:21 PM: --- The Sql api doesn't

[jira] [Comment Edited] (GROOVY-8082) Groovy sql.rows returns org.postgresql.util.PSQLException: No hstore extension installed

2017-02-08 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857954#comment-15857954 ] Paul King edited comment on GROOVY-8082 at 2/8/17 1:02 PM: --- The Sql api doesn't