Overview

TEXT - java.text

A module in the ClassLibrary.

Status

Check the component_development_status page for the status of other ClassLibrary modules.

J2SE 1.4.2

Current code in classlib is assumed compliant with J2SE 1.4.2 specification.

Java SE 5.0

Richard and Paulex are working on this module.

BigDecimal and BigInteger support in format/parse of java.text.DecimalFormat

New Methods of java.text.DecimalFormat to implement

  • public void setParseBigDecimal(boolean newValue)
  • public boolean isParseBigDecimal()
  • public int getMaximumIntegerDigits()
  • public int getMinimumIntegerDigits()
  • public int getMaximumFractionDigits()
  • public int getMinimumFractionDigits()
  • public final StringBuffer format(Object number, StringBuffer toAppendTo, FieldPosition pos)

Status: Harmony codes complete, waiting for ICU4J's new release to complete the formatToIterator() feature.

Reference:

https://issues.apache.org/jira/browse/HARMONY-107

https://issues.apache.org/jira/browse/HARMONY-205

https://issues.apache.org/jira/browse/HARMONY-333

https://issues.apache.org/jira/browse/HARMONY-346

https://issues.apache.org/jira/browse/HARMONY-349

  • No labels