[
https://issues.apache.org/jira/browse/TAP5-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jochen Kemnade closed TAP5-2529.
--------------------------------
Resolution: Fixed
Assignee: Jochen Kemnade
Fix Version/s: 5.4.1
> NullPointerException in
> org.apache.tapestry5.ioc.internal.util.InternalUtils.join(List)
> ---------------------------------------------------------------------------------------
>
> Key: TAP5-2529
> URL: https://issues.apache.org/jira/browse/TAP5-2529
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-ioc
> Affects Versions: 5.4
> Reporter: Jochen Kemnade
> Assignee: Jochen Kemnade
> Fix For: 5.4.1
>
>
> {{InternalUtils.join(Collections.singletonList(null))}} throws a
> {{NullPointerException}} because it tries to call {{null.toString()}}:
> {noformat}
> 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)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)