Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38908

Script.main(String[]) vs. Script.main() ArrayIndexOutOfBoundsException

XMLWordPrintable

      The script

      node {
        writeFile file: 'x', text: 'def main() {}; this'
        load('x').main()
      }
      

      fails

      java.lang.ArrayIndexOutOfBoundsException: 0
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovyCallSiteSelector.isMoreSpecific(GroovyCallSiteSelector.java:230)
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovyCallSiteSelector.findMatchingMethod(GroovyCallSiteSelector.java:178)
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovyCallSiteSelector.method(GroovyCallSiteSelector.java:146)
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:78)
          at ...
      

      whereas if you pick a different name it is OK.

      Claimed to be a regression in 1.22 though it seems unlikely those changes are related.

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: