tracker issue : CF-3739334

select a category, or use search below
(searches all categories and all time range)
Title:

CFCLIENT: Data structure : struct : structCount shows unexpected output when keys are "b.d" and "b.c"

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)

Created: 04/09/2014

Components: Mobile Support, Data Structure

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 289685 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

Listed in the version 11.0.03.292480 Issues Fixed doc
Code snippet:
<cfset a["b.d"] = "moo">
<cfset a["b.c"] = structNew()>
<cfoutput>
#structCount(a)#
</cfoutput>

Expected: 2
Actual: 1

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3739334

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Hi Anuj, I've verified this is fixed in CF11 Update 3 (11,0,03,292024(PreRelease)). Thanks!, -Aaron
Comment by External U.
12758 | November 15, 2014 07:15:14 PM GMT