-
Bug
-
Resolution: Fixed
-
P4
-
5.0, 6
-
b01
-
generic, x86
-
generic, windows_xp
-
Not verified
Many chapters of HTML version of JLS3 (http://java.sun.com/docs/books/jls/third_edition/download/langspec-3.0.zip) are HTML invalid.
For example, there are double closing tags, invalid closing, etc.
E.g. binaryComp.html with double closing </i> - line 145:
<li>If the expression is of the form <code>new</code> <i>D</i>(..){...} or <i>X</i>.<code>new</code> <i>D</i></i>
E.g. grammars.html with invalid closing - line 65:
break <i>Identifier<sub>opt</i></sub> ;
Almost all chapters have such errors.
For example, there are double closing tags, invalid closing, etc.
E.g. binaryComp.html with double closing </i> - line 145:
<li>If the expression is of the form <code>new</code> <i>D</i>(..){...} or <i>X</i>.<code>new</code> <i>D</i></i>
E.g. grammars.html with invalid closing - line 65:
break <i>Identifier<sub>opt</i></sub> ;
Almost all chapters have such errors.
- duplicates
-
JDK-6619380 Mistake in 15.12.2.4 of JLS 3
- Closed
- relates to
-
JDK-6471750 JVMS3 4.4.4 Bug in Signature Grammar in revisions to "The class File Format" document
- Closed