Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.4
-
None
Description
InternalUtils.join(Collections.singletonList(null)) throws a NullPointerException because it tries to call null.toString():
Exception in thread "main" java.lang.NullPointerException at org.apache.tapestry5.ioc.internal.util.InternalCommonsUtils.join(InternalCommonsUtils.java:268) at org.apache.tapestry5.ioc.internal.util.InternalCommonsUtils.join(InternalCommonsUtils.java:248) at org.apache.tapestry5.ioc.internal.util.InternalUtils.join(InternalUtils.java:395)