CDV ❯ identity comparsion (reference equality) of DSO literals does not work
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
interfaces
-
Reporter: teck
-
April 02, 2009
-
0
-
Watchers: 0
-
December 16, 2011
-
April 06, 2009
Description
At least for things like java.lang.Boolean you should be able to write code that does reference equality checks with the Boolean.TRUE and Boolean.FALSE constants. This currently doesn’t work since we call “new Boolean()” when creating field values of type Boolean.
Tim updated the test TransparencyTestApp