Hi,
The post should happend anyway (?) Its my script and all places in JIRA i get the:
- Script1231.groovy:85 [Static type checking] - Cannot find matching method java.net.URLConnection#setRequestMethod(java.lang.String). Please check if the declared type is right and if the method exists. @ line 85, column 7.
- Script1231.groovy:97 [Static type checking] - Cannot find matching method java.net.URLConnection#getResponseCode(). Please check if the declared type is right and if the method exists. @ line 97, column 126.
- Script1231.groovy:97 [Static type checking] - Cannot find matching method java.net.URLConnection#getResponseMessage(). Please check if the declared type is right and if the method exists. @ line 97, column 179.
- Script1231.groovy:101 [Static type checking] - Cannot find matching method java.net.URLConnection#getResponseCode(). Please check if the declared type is right and if the method exists. @ line 101, column 15.
- Script1231.groovy:106 [Static type checking] - Cannot find matching method java.net.URLConnection#getResponseCode(). Please check if the declared type is right and if the method exists. @ line 106, column 128.
- Script1231.groovy:106 [Static type checking] - Cannot find matching method java.net.URLConnection#getResponseMessage(). Please check if the declared type is right and if the method exists. @ line 106, column 181.
- Script1231.groovy:110
But thing do work fine anyway
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.