- fooHelp = fooHelpBase +
- "\n\n=============== fooRendered ==============\n" + fooRendered.replaceAll("\t", " ") +
- "\n\n=============== fooEnriched ==============\n" + fooEnriched.replaceAll("\t", " ") +
- "\n\n=============== fooOptions ==============\n" + fooOptions.replaceAll("\t", " ")
+ fooHelp = fooHelpBase + "\n\n=============== fooRendered ==============\n"
+ + fooRendered.replaceAll("\t", " ") + "\n\n=============== fooEnriched ==============\n"
+ + fooEnriched.replaceAll("\t", " ") + "\n\n=============== fooOptions ==============\n"
+ + fooOptions.replaceAll("\t", " ")
hudson.remoting.ProxyException: groovy.lang.MissingMethodException: No signature of method: java.lang.String.positive() is applicable for argument
The formatted code has the space at the end of the line issue too
Jenkins yelled at me: