https://bz.apache.org/bugzilla/show_bug.cgi?id=60278
--- Comment #3 from Milamber <[email protected]> --- If anyone objects, I will change the rounding to full value : new Format[]{ null, // Label null, // count null, // Mean null, // Min null, // Max new DecimalFormat("#0.00"), // Std Dev. //$NON-NLS-1$ new DecimalFormat("#0.000%"), // Error %age //$NON-NLS-1$ <= Here +1 decimal new DecimalFormat("#.000000"), // Throughput //$NON-NLS-1$ <= Here +3 decimal new DecimalFormat("#0.00"), // kB/sec //$NON-NLS-1$ new DecimalFormat("#0.00"), // sent kB/sec //$NON-NLS-1$ new DecimalFormat("#.0"), // avg. pageSize //$NON-NLS-1$ }; -- You are receiving this mail because: You are the assignee for the bug.
