Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1-beta-2
-
None
-
JDK 1.5
Description
sprintf('%2.4f',
{3})
should lead to an IllegalFormatConversionException. Instead an InvocationTargetException is thrown.