-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b123
-
generic
-
generic
-
Verified
com.sun.tools.javac.tree.TreeMaker.Literal(Object) has a set of if statements which test what type the object is. Although a Boolean literal is supported by javac, its if statement is missing from this method.
- relates to
-
JDK-6400635 javac should represent booleans internally as booleans
- Closed