JDK-8263726 : divideToIntegralValue typo on BigDecimal documentation
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.math
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-03-10
  • Updated: 2021-03-22
  • Resolved: 2021-03-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b14Fixed
Related Reports
Relates :  
Description
A DESCRIPTION OF THE PROBLEM :
In the Java 11 official BigDecimal documentation, as well as previous/higher versions of the same document, the typo divideToIntgralValue (i.e. should be divideToIntegralValue) is to be found on several lines throughout this doc.



Comments
Changeset: 24afa36d Author: Joe Darcy <darcy@openjdk.org> Date: 2021-03-17 16:58:20 +0000 URL: https://git.openjdk.java.net/jdk/commit/24afa36d
17-03-2021

(Typo introduced as part of JDK-4904082.)
17-03-2021

There is a Typo error for "this.divideToIntgralValue(divisor)" at method divideAndRemainder and Remainder https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html#divideAndRemainder(java.math.BigDecimal,java.math.MathContext)
17-03-2021