Forum Discussion

Myrgaf's avatar
Myrgaf
New Contributor
4 years ago

groovy.lang.MissingMethodException: No signature of method

Hello,

 

I want to create a variable which changes a data format to be in HH / MM / SS.  

 

 

but i have a message error :

Caught: groovy.lang.MissingMethodException: No signature of method: main.col() is applicable for argument types: (java.lang.String) values: [dureeAppel]
Possible solutions: run(), run(), any(), any(groovy.lang.Closure), is(java.lang.Object), use([Ljava.lang.Object;)
groovy.lang.MissingMethodException: No signature of method: main.col() is applicable for argument types: (java.lang.String) values: [dureeAppel]
Possible solutions: run(), run(), any(), any(groovy.lang.Closure), is(java.lang.Object), use([Ljava.lang.Object;)
	at main.run(main.groovy:5)

 

What am I doing wrong?

 

thank you

3 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    There is an issue with the condition used in "if". What is "col()" method?