GitHub user graemerocher opened a pull request:
https://github.com/apache/groovy/pull/416
GROOVY-7926 - Don't use a CastExpression if the return type is void.
As per https://issues.apache.org/jira/browse/GROOVY-7926 traits currently
try to cast the void type which leads to mysterious exceptions on some JVMs
(notably JRocket and the IBM JVM)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/graemerocher/incubator-groovy GROOVY-7926
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/groovy/pull/416.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #416
----
commit 42f014e4ffadf3aea39e07031f7cf8a7f9babe73
Author: Graeme Rocher <[email protected]>
Date: 2016-09-08T10:00:08Z
GROOVY-7926 - Don't use a CastExpression if the return type is void.
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---