Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 06/02/2018
Components: Language, Member Functions
Versions: 2018
Failure Type: Others
Found In Build/Fixed In Build: / CF2018U5
Priority/Frequency: Normal /
Locale/System: /
Vote Count: 0
ER for: array.getMetadata() dimensions key
Repro: writeDump(arrayNew(2).getMetadata())
Actual Result: {datatype="any", type="synchronized"}
Expected Result: {datatype="any", dimensions=2, type="synchronized"}
Workaround: arrayNew(2).getDimension()
Note: The key should be named plural "dimensions" (not singular "dimension") b/c it answers the question "how many dimensions" (not "how many dimension" - that's improper English)
Attachments:
Comments: