-
Enhancement
-
Resolution: Fixed
-
P5
-
1.2.0, 1.2.2
-
beta2
-
generic, sparc
-
generic, solaris_2.5
-
Verified
Just prior to 1.2 Beta4 we tried using BreakIterator for the first
sentence breaks, and it had too many serious bugs for us to use,
so javadoc now special cases English and uses our old 1.1 algorithm
that looks for a period (.) followed by white space.
Once the BreakIterator bugs are fixed, we should consider returning
to using BreakIterator for English.
The BreakIterator bugs are described in:
4140384 design bug: ambiguous "first sentence" rule
4158381 sentence BreakIterator stops too soon (submitted by Bill Shannon)
4113835 Some of BreakIterator's rules are not correct in JDK1.1.6G.
sentence breaks, and it had too many serious bugs for us to use,
so javadoc now special cases English and uses our old 1.1 algorithm
that looks for a period (.) followed by white space.
Once the BreakIterator bugs are fixed, we should consider returning
to using BreakIterator for English.
The BreakIterator bugs are described in:
4140384 design bug: ambiguous "first sentence" rule
4158381 sentence BreakIterator stops too soon (submitted by Bill Shannon)
4113835 Some of BreakIterator's rules are not correct in JDK1.1.6G.
- duplicates
-
JDK-4261388 javadoc first line cannot end with question mark?
-
- Closed
-
- relates to
-
JDK-4890489 -breakiterator should be the default (possibly only) option
-
- Closed
-
-
JDK-4959985 Javadoc BreakIterator warning is no longer current.
-
- Resolved
-
-
JDK-4172961 First sentence does not stop if it ends in a capital letter - propose {@period}
-
- Closed
-