Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): A. Bakia / A. Bakia (A. Bakia)
Created: 05/10/2014
Components: Language
Versions: 11.0
Failure Type: Cosmetic Issue
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Problem Description: If you pass 0 as the second and third arguments of arraySet(), you will get an incorrect error message.
Steps to Reproduce: Run a CFM file consisting of the following 2 lines:
<cfset testarray = arraynew(1)>
<cfset temp = arrayset(testarray, 0, 0, "")>
Actual Result: The error message reads
"0 is not greater than zero or less than or equal to 0."
Expected Result: The error message should read
"0 is not greater than zero and less than or equal to 0."
Any Workarounds: Not applicable.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3758421
External Customer Info:
External Company:
External Customer Name: BKBK
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: