jenkinsci / groovy-sandbox

(Deprecated) Compile-time transformer to run Groovy code in a restrictive sandbox
MIT License
123 stars 60 forks source link

Add a test for sandbox-transformed constructors with varargs parameters #95

Closed dwnusbaum closed 1 year ago

dwnusbaum commented 1 year ago

https://github.com/jenkinsci/groovy-sandbox/commit/520243213bcd8c81322e8e683daa8d555bb4f484 fixed #67 (the problematic isIllegalCallToSyntheticConstructor method has been deleted and the relevant logic has been modified). This PR just adds a test case to prevent future regressions.