[GitHub] groovy pull request #555: GROOVY-8200 - Shorthand |= results in NPE

2017-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/555 ---

[GitHub] groovy pull request #555: GROOVY-8200 - Shorthand |= results in NPE

2017-05-31 Thread noamt
GitHub user noamt opened a pull request: https://github.com/apache/groovy/pull/555 GROOVY-8200 - Shorthand |= results in NPE Fixing the NPE with an explicit test and assignment of the right-hand boolean operator. Assigning a primitive boolean variable with null, like `boolean x