File tree 1 file changed +6
-2
lines changed
src/java.base/share/classes/java/text
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 110
110
* </pre></blockquote>
111
111
*
112
112
* <p>
113
- * The <i> ArgumentIndex</i> value is a non-negative integer written
113
+ * The {@code ArgumentIndex} value is a non-negative integer written
114
114
* using the digits {@code '0'} through {@code '9'}, and represents an index into the
115
115
* {@code arguments} array passed to the {@code format} methods
116
116
* or the result array returned by the {@code parse} methods.
117
117
* <p>
118
- * The <i>FormatType</i> and <i>FormatStyle</i> values are used to create
118
+ * Any constructor or method that takes a String pattern parameter will throw an {@code IllegalArgumentException} if the
119
+ * pattern contains an {@code ArgumentIndex} value that is equal to or exceeds an implementation limit.
120
+ * <p>
121
+ * The {@code FormatType} and {@code FormatStyle} values are used to create
119
122
* a {@code Format} instance for the format element. The following
120
123
* table shows how the values map to {@code Format} instances. These values
121
124
* are case-insensitive when passed to {@link #applyPattern(String)}. Combinations
122
125
* not shown in the table are illegal. A <i>SubformatPattern</i> must
123
126
* be a valid pattern string for the {@code Format} subclass used.
127
+ * @implNote In the reference implementation, the limit of {@code ArgumentIndex} is 10,000.
124
128
*
125
129
* <table class="plain">
126
130
* <caption style="display:none">Shows how FormatType and FormatStyle values map to Format instances</caption>
You can’t perform that action at this time.
0 commit comments