-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
kestrel
-
generic
-
generic
Name: clC74495 Date: 04/07/99
Line 155 of Modifier.java reads:
if ((mod & STRICT) != 0) sb.append("strict ");
... which is incorrect. The modifier that sets this bit is actually 'strictfp',
not 'strict'. All other modifiers described by the toString() method are
suitable for generating source code.
(Review ID: 56637)
======================================================================