how to fix groovy.lang.MissingMethodException: No signature of method:

后端 未结 5 1588
悲&欢浪女
悲&欢浪女 2020-12-15 16:23

I am trying to use this method without a closure

def copyAndReplaceText(source, dest, targetText, replaceText){
    dest.write(source.text.replaceAll(target         


        
5条回答
  •  攒了一身酷
    2020-12-15 16:42

    To help other bug-hunters. I had this error because the function didn't exist.

    I had a spelling error.

提交回复
热议问题