[GitHub] groovy pull request #381: GROOVY-7014: A Java compile time error results in ...

2016-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/381 --- 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 enab

[GitHub] groovy pull request #381: GROOVY-7014: A Java compile time error results in ...

2016-08-15 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/381#discussion_r74878003 --- Diff: src/main/org/codehaus/groovy/control/StaticImportVisitor.java --- @@ -317,6 +337,10 @@ protected Expression transformMethodCallExpression(Method

[GitHub] groovy pull request #381: GROOVY-7014: A Java compile time error results in ...

2016-08-15 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/381#discussion_r74877325 --- Diff: src/main/org/codehaus/groovy/ast/tools/ClassNodeUtils.java --- @@ -65,4 +73,122 @@ public static void addDeclaredMethodMapsFromSuperInterfaces(C

[GitHub] groovy pull request #381: GROOVY-7014: A Java compile time error results in ...

2016-08-13 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/381#discussion_r74691103 --- Diff: src/main/org/codehaus/groovy/ast/tools/ClassNodeUtils.java --- @@ -65,4 +73,122 @@ public static void addDeclaredMethodMapsFromSuperInterfaces

[GitHub] groovy pull request #381: GROOVY-7014: A Java compile time error results in ...

2016-08-13 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/381#discussion_r74690791 --- Diff: src/main/org/codehaus/groovy/control/StaticImportVisitor.java --- @@ -317,6 +337,10 @@ protected Expression transformMethodCallExpression(Meth

[GitHub] groovy pull request #381: GROOVY-7014: A Java compile time error results in ...

2016-08-10 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/381 GROOVY-7014: A Java compile time error results in a runtime exception… … in Groovy You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulk-