Status: Accepted
Owner: jprantan
Labels: Type-Enhancement Priority-Medium Target-2.5.2
New issue 624 by jprantan: Warning caused by creating scalar and list
variable with same basename does not contain enough details
http://code.google.com/p/robotframework/issues/detail?id=624
Following error message does not provide information where the deprecated
usage occurs:
Using same base name with scalar and list variables is deprecated. Please
change either '@{var}' or '${var}' before Robot Framework 2.6.
Deprecation warning should contain at least path to the file.