Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 11/14/2014
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final / CF11 Update5
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 1
The struct argument is missing within the UDF passed to structFilter/struct.filter()
Repro (just uncomment each and run):
<cfscript>
function myFunction(){writeDump(ARGUMENTS); abort;}
/*myStruct = {one="b",two="a",three="c"};
writeOutput(structFilter(myStruct, myFunction));//bug: struct argument is missing w/in UDF*/
/*myStruct = {one="b",two="a",three="c"};
writeOutput(myStruct.filter(myFunction));//bug: struct argument is missing w/in UDF*/
</cfscript>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3851982
Keywords:
FixTested
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: