You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of these issues are a part of the test framework (ex: schema definition), some might be related to the ICU4J executor, some might be for the ICU4J NumberFormatter APIs.
the types of the enum values for groupingStrategy are not homogeneous. This caused a problem for the ICU4J executor when handling the parsed value, requiring a workaround to stringify the parsed value followed before conversion to an enum was possible.
Some of these issues are a part of the test framework (ex: schema definition), some might be related to the ICU4J executor, some might be for the ICU4J NumberFormatter APIs.
groupingStrategy
are not homogeneous. This caused a problem for the ICU4J executor when handling the parsed value, requiring a workaround to stringify the parsed value followed before conversion to an enum was possible.groupingStrategy
don't match the enum names forNumberFormatter.GroupingStrategy
.halfCeil
orhalfFloor
? It is not a part ofjava.math.RoundingMode
notation
should be an enum instead of an open ended stringcurrencyDisplay
in ICU4J NumberFormatter?roundingMode = exact
The text was updated successfully, but these errors were encountered: