Name: gsC80088 Date: 02/11/99
This is from the MessageFormat source: It appears the developers have acknowledged this limit...
// ===========================privates============================
// Mark : Is this the right fix? (HS)
private Locale locale = Locale.getDefault();
private String pattern = "";
// later, allow more than ten items
private Format[] formats = new Format[10];
private int[] offsets = new int[10];
private int[] argumentNumbers = new int[10];
private int maxOffset = -1;
(Review ID: 39020)
======================================================================
- duplicates
-
JDK-4112090 java.text.MessageFormat.applyPattern has undocumented limits
-
- Resolved
-