[GitHub] groovy pull request #669: Fix ArrayIndexOutOfBoundsException in CallSiteWrit...

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

[GitHub] groovy pull request #669: Fix ArrayIndexOutOfBoundsException in CallSiteWrit...

2018-03-01 Thread Linary
GitHub user Linary opened a pull request: https://github.com/apache/groovy/pull/669 Fix ArrayIndexOutOfBoundsException in CallSiteWriter.getCreateArraySignature() It would throw `ArrayIndexOutOfBoundsException` if the `numberOfArguments` exceed 255, but there is no check for ar