-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0, 6
-
b81
-
generic
-
generic
Doug Lea writes:
! * Submaps of any <tt>NavigableMap<tt> must implement the
! * Submaps of any <tt>NavigableMap</tt> must implement the
------------------
But I'm sure there's more where that came from.
Here's how we find some of them:
$ find -name SCCS -prune -false -o -type f -print | xargs perl -e 'for my $file (@ARGV) { for my $hit (`cat $file` =~ m~(<(tt|code|i|em|b)\b[^<>]*>[^<>]*<\2\b)~sg) { print "$file:\n$hit\n"; }}'
$ rg -i '<(tt|code|i|em|b)\b[^<>]*>[^<>]*<\1\b'
! * Submaps of any <tt>NavigableMap<tt> must implement the
! * Submaps of any <tt>NavigableMap</tt> must implement the
------------------
But I'm sure there's more where that came from.
Here's how we find some of them:
$ find -name SCCS -prune -false -o -type f -print | xargs perl -e 'for my $file (@ARGV) { for my $hit (`cat $file` =~ m~(<(tt|code|i|em|b)\b[^<>]*>[^<>]*<\2\b)~sg) { print "$file:\n$hit\n"; }}'
$ rg -i '<(tt|code|i|em|b)\b[^<>]*>[^<>]*<\1\b'
- duplicates
-
JDK-6209815 FieldDocImpl.java uses <\TAG> instead of the correct </TAG>
-
- Closed
-
-
JDK-6209817 tools javadoc uses <\TAG> instead of the correct </TAG>
-
- Closed
-
-
JDK-4619429 Wrong font in javadoc for javax.print.DocPrintJob
-
- Closed
-