-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
Latest version of plugin added a warning if def is missing for a variable.
I have variables that have string or boolean as type, for example.
And getting warnings now
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named xxxxx (to a value of type String) which could lead to memory leaks or other issues.
- links to