Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2529

NullPointerException in org.apache.tapestry5.ioc.internal.util.InternalUtils.join(List)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.4
    • 5.4.1
    • tapestry-ioc
    • 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)
      

      Attachments

        Activity

          People

            jkemnade Jochen Kemnade
            jkemnade Jochen Kemnade
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: