tracker issue : CF-4202694

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

[ANeff] ER for: array.getMetadata() dimensions key

| View in Tracker

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:

Note: NamedParameters for ArrayNew() should have "dimensions" parameter (not "dimension" parameter). B/c, again, it answers the question: "how many dimensions?". Thanks!, -Aaron
Comment by Aaron N.
28979 | June 03, 2018 07:51:28 AM GMT