-
Bug
-
Resolution: Done
-
Major
-
1.0.3
-
None
-
None
The string plus operation fails if with a NullPointerException if either operand is null. It should use the String "null" in place of either operand. n.b. this differs from Java where a null first argument causes an NPE.