Status/Resolution/Reason: Closed/Withdrawn/AsDesigned
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 04/28/2018
Components: Language, CFSCRIPT
Versions: 2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) /
Priority/Frequency: Normal / Some users will encounter
Locale/System: / Platforms All
Vote Count: 0
Issue: ["integer"][] should work again
Repro:
<cfscript>
["integer"][]
</cfscript>
Actual Result: "coldfusion.runtime.TypedArrayInvalidDataTypeException: integer is not a valid type. Supported data types are string, numeric, date, datetime, time, boolean, struct, array, function, query, component, binary, any and ColdFusion Component(CFC) type."
Expected Result: no exception (it should work, like it did in an earlier build)
Related thread: https://forums.adobeprerelease.com/coldfusionpr/discussion/155/how-do-i-declare-an-array-of-string-arrays
Attachments:
Comments: