A DESCRIPTION OF THE PROBLEM :
Section 4.4.4 of the document the grammar rule for TypeSignature rule contains '[' but it should not
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
TypeSignature :
FieldTypeSignature
BaseTypeSignature
ACTUAL -
TypeSignature :
[FieldTypeSignature
[BaseTypeSignature
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/docs/books/vmspec/2nd-edition/ClassFileFormat-Java5.pdf
Section 4.4.4 of the document the grammar rule for TypeSignature rule contains '[' but it should not
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
TypeSignature :
FieldTypeSignature
BaseTypeSignature
ACTUAL -
TypeSignature :
[FieldTypeSignature
[BaseTypeSignature
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/docs/books/vmspec/2nd-edition/ClassFileFormat-Java5.pdf
- relates to
-
JDK-6477590 JLS3 translation to HTML should produce valid HTML
- Closed