JDK-4881832 : Add static final TEN field to BigInteger
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.math
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-06-20
  • Updated: 2021-11-09
  • Resolved: 2003-07-18
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.
Other
5.0 tigerFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
A minor convenience for jsr13 work (4609098).

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b12
14-06-2004

SUGGESTED FIX src/share/classes/java/math >sccs sccsdiff -r1.59 -r1.60 BigInteger.java ------- BigInteger.java ------- 1006a1007,1013 > /** > * The BigInteger constant ten. > * > * @since 1.5 > */ > public static final BigInteger TEN = valueOf(10); >
11-06-2004

EVALUATION A fine idea. ###@###.### 2003-06-20
20-06-2003