tracker issue : CF-3978817

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

In correct error message when treating array as a struct

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Ivan Kouznetsov / Ivan Kouznetsov (Ivan Kouznetsov)

Created: 04/29/2015

Components: Debugging

Versions: 10.0

Failure Type: Usability Issue

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Windows 7 SP1

Vote Count: 0

Problem Description: "You have attempted to dereference a scalar variable of type class coldfusion.runtime.Array as a structure with members." the use of the word "dereference" is incorrect, it should be "reference". The use of the word "scalar" is wrong, an array is the opposite of a scalar variable. 

Steps to Reproduce: Create an array. Try to access a property.

Actual Result: Problem Description: "You have attempted to dereference a scalar variable of type class coldfusion.runtime.Array as a structure with members."

Expected Result:Problem Description: "Type Error: You have attempted to reference an array variable as a structure with members."

Any Workarounds:

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

Watson Bug ID:	3978817

External Customer Info:
External Company:  
External Customer Name: Ivan
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments: