[jira] [Resolved] (GROOVY-7728) LAX parser: Commenting out key/val pairs doesn't work

2016-04-28 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner resolved GROOVY-7728. --- Resolution: Fixed Assignee: John Wagenleitner Fix Version/s: 2.4.7

[jira] [Commented] (GROOVY-7728) LAX parser: Commenting out key/val pairs doesn't work

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

[GitHub] groovy pull request: GROOVY-7728 - LAX parser: Commenting out key/...

2016-04-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/322 --- 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] [Commented] (GROOVY-6547) metaClass property changes

2016-04-28 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262531#comment-15262531 ] John Wagenleitner commented on GROOVY-6547: --- The following commit added a check in order to

[jira] [Commented] (GROOVY-7829) the split method on string produces an unexpected data type "[Ljava.lang.String;"

2016-04-28 Thread Andrew Bowman (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262398#comment-15262398 ] Andrew Bowman commented on GROOVY-7829: --- Ah. I see that now. Apologies for the wasted time.

[jira] [Updated] (GROOVY-7829) the split method on string produces an unexpected data type "[Ljava.lang.String;"

2016-04-28 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner updated GROOVY-7829: -- Description: {code} def x = '123' def no = x.split('') def yes = x.collect{it} assert

[jira] [Commented] (GROOVY-7829) the split method on string produces an unexpected data type "[Ljava.lang.String;"

2016-04-28 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262370#comment-15262370 ] John Wagenleitner commented on GROOVY-7829: --- The split methods defined in the {{String}} class

[jira] [Updated] (GROOVY-7829) the split method on string produces an unexpected data type "[Ljava.lang.String;"

2016-04-28 Thread Andrew Bowman (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bowman updated GROOVY-7829: -- Summary: the split method on string produces an unexpected data type "[Ljava.lang.String;"

[jira] [Created] (GROOVY-7829) the split method on string produces an unexpected data type "Ljava.lang.String;"

2016-04-28 Thread Andrew Bowman (JIRA)
Andrew Bowman created GROOVY-7829: - Summary: the split method on string produces an unexpected data type "Ljava.lang.String;" Key: GROOVY-7829 URL: https://issues.apache.org/jira/browse/GROOVY-7829