[GitHub] groovy pull request #376: GROOVY-7774: Collection addAll fails CompileStatic...

2016-07-31 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/376#discussion_r72923109 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -5169,12 +5170,13 @@ public static Map groupBy(Object[] self, List

[jira] [Commented] (GROOVY-7774) Collection addAll fails CompileStatic type checking when adding a collection of subtypes

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

[GitHub] groovy pull request #376: GROOVY-7774: Collection addAll fails CompileStatic...

2016-07-31 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/376#discussion_r72905143 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -5169,12 +5170,13 @@ public static Map groupBy(Object[] self, List

[jira] [Commented] (GROOVY-7774) Collection addAll fails CompileStatic type checking when adding a collection of subtypes

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