Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
38091
Description
Constructors for ComplexFormat allow different custom NumberFormats to be
specified for real and imaginary parts. These are stored in instance fields
realFormat and imaginaryFormat. The private method formatDouble that formats
real and imaginary parts ignores the actual parameter specifying the format,
using realFormat all the time.