Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 04/06/2014
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: PublicBeta /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 1
G'day:
Consider this code:
{code}
URL.somevariable = 0;
somevariable++;
writeDump(var={URL=URL,variables=variables});
{code}
The output is this:
<pre>
struct
URL:
[struct]
SOMEVARIABLE: 0
VARIABLES:
[struct]
SOMEVARIABLE: 1
</pre>
The result should be one of:
* URL.someVariable == 1
* an exception because variables.someVariable doesn't exist
Given CF's propensity for looking in scopes it shouldn't be (yes, by design, I know), the expected result should be that URL.someVariable==1, and variables.someVariable not being defiend at all.
--
Adam
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3737577
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: