[jira] [Resolved] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou resolved GROOVY-8454. -- Resolution: Not A Problem > Method with wrong argument typed is called when passing 'nu

[jira] [Assigned] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou reassigned GROOVY-8454: Assignee: Jochen Theodorou > Method with wrong argument typed is called when passi

[jira] [Commented] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1656#comment-1656 ] Jochen Theodorou commented on GROOVY-8454: -- [~paulk] undefined is not correct. I

[jira] [Commented] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Marek Baluch (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1653#comment-1653 ] Marek Baluch commented on GROOVY-8454: -- Paul - Thank you for the tip! If this is un

[jira] [Updated] (GROOVY-8453) @TupleConstructor ignoring inherited standard Java Beans properties

2018-01-20 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8453: -- Description: Consider this (it can be pasted on the Groovy console): {code:groovy} import groovy.trans

[jira] [Commented] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1633#comment-1633 ] Paul King commented on GROOVY-8454: --- Actually for dynamic Groovy the result is undefine

[jira] [Updated] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8454: -- Description: The output of the following code is 'Map:  null' instead of 'String: null' {code:java} cla

[jira] [Updated] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8454: -- Description: The output of the following code is 'Map:  null' instead of 'String: null' {code:java} cla

[jira] [Commented] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred"

2018-01-20 Thread Akeem K Adkins (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333281#comment-16333281 ] Akeem K Adkins commented on GROOVY-8339: Is there anything the users can do to as

[jira] [Issue Comment Deleted] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred"

2018-01-20 Thread Akeem K Adkins (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akeem K Adkins updated GROOVY-8339: --- Comment: was deleted (was: Is there anything the users can do to assist you with resolving th

[jira] [Commented] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred"

2018-01-20 Thread Akeem K Adkins (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333280#comment-16333280 ] Akeem K Adkins commented on GROOVY-8339: Is there anything the users can do to as

[jira] [Created] (GROOVY-8454) Method with wrong argument typed is called when passing 'null'

2018-01-20 Thread Marek Baluch (JIRA)
Marek Baluch created GROOVY-8454: Summary: Method with wrong argument typed is called when passing 'null' Key: GROOVY-8454 URL: https://issues.apache.org/jira/browse/GROOVY-8454 Project: Groovy

[GitHub] groovy pull request #654: Support native lambda in static compilation mode

2018-01-20 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/654 Support native lambda in static compilation mode Current implementation has supported common scenarios[1]. TODO: * lambda in RHS of variable declaration * callable lambda *