Completed
Last Updated: 15 Aug 2013 12:15 by ADMIN
ADMIN
Cody
Created on: 14 Aug 2013 20:45
Type: Bug Report
0
Similarly named elements can cause compile errors.
If you create a project with two elements having almost identical friendly names it may result in a compile error. For example these two friendly names will cause a compile error:

 - Element A top
 - Element (A) top
1 comment
ADMIN
Iliyan Panchev
Posted on: 15 Aug 2013 12:10
Naming variables with intervals and brackets is not accepted and invalid. That's why in Test Studio you are not allowed to do that at all. In the Visual Studio plugin the customer is allowed to use such names, but in code we transform the spaces into undersocres and we remove the brackets. That's why there is a problem with the compilation. I will add a bug that we should not allow such names in VS elements explorer like we don't in TS.