[GitHub] groovy pull request #675: GROOVY-8514: NullPointerException in class Missing...

2018-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/675 ---

[GitHub] groovy pull request #675: GROOVY-8514: NullPointerException in class Missing...

2018-03-22 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/675#discussion_r176603885 --- Diff: src/main/groovy/groovy/lang/MissingMethodException.java --- @@ -48,7 +48,7 @@ public MissingMethodException(String method, Class type,

[GitHub] groovy pull request #675: GROOVY-8514: NullPointerException in class Missing...

2018-03-22 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/675#discussion_r176602934 --- Diff: subprojects/groovy-jsr223/src/main/java/org/codehaus/groovy/jsr223/GroovyScriptEngineImpl.java --- @@ -367,6 +367,22 @@ private Object

[GitHub] groovy pull request #675: GROOVY-8514: NullPointerException in class Missing...

2018-03-22 Thread danielsun1106
Github user danielsun1106 commented on a diff in the pull request: https://github.com/apache/groovy/pull/675#discussion_r175424466 --- Diff: src/main/groovy/groovy/lang/MissingMethodException.java --- @@ -48,7 +48,7 @@ public MissingMethodException(String method, Class type,