-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
Component/s: cvs-plugin
-
None
-
Environment:Platform: All, OS: All
I have a stack trace that says there is an error in the following statement:
${tag?:'Not tagged')}
If I replace it to:
${tag==null?'Not tagged':tag}
it seems to work like a charm ![]()
Cheers.