[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/32809] New: Several printf format flags are unhandled by
From: |
ian dot rogers at manchester dot ac dot uk |
Subject: |
[Bug classpath/32809] New: Several printf format flags are unhandled by java.util.Formatter |
Date: |
18 Jul 2007 14:14:00 -0000 |
Looking at:
http://developer.classpath.org/doc/java/util/Formatter-source.html#line.1393
the printf flags %e, %f, %g and %a aren't implemented. For example, the simple
test:
class a {
public static void main(String args[]) {
System.out.printf("XXX%7.3fYYY",1234567.123);
}
}
will print XXXYYY and not XXX1234567.123YYY.
--
Summary: Several printf format flags are unhandled by
java.util.Formatter
Product: classpath
Version: 0.95
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ian dot rogers at manchester dot ac dot uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32809
- [Bug classpath/32809] New: Several printf format flags are unhandled by java.util.Formatter,
ian dot rogers at manchester dot ac dot uk <=