[
https://issues.apache.org/jira/browse/TAP5-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15092246#comment-15092246
]
ASF subversion and git services commented on TAP5-2520:
-------------------------------------------------------
Commit 9768f40bfab4226db33eb5d44f8cceaaa32d2500 in tapestry-5's branch
refs/heads/master from [~jkemnade]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=9768f40 ]
TAP5-2520, TAP5-2526: help the compiler with generic arguments
> NullPointerException in CaseInsensitiveMap
> ------------------------------------------
>
> Key: TAP5-2520
> URL: https://issues.apache.org/jira/browse/TAP5-2520
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-core, tapestry-ioc
> Affects Versions: 5.4
> Reporter: Jochen Kemnade
> Assignee: Jochen Kemnade
> Fix For: 5.4.1
>
>
> {code}
> java.lang.NullPointerException: null
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap$CIMEntry.access$700(CaseInsensitiveMap.java:39)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap.select(CaseInsensitiveMap.java:476)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap.select(CaseInsensitiveMap.java:451)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap.get(CaseInsensitiveMap.java:387)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.internal.services.assets.JavaScriptStackAssemblerImpl.assembleJavascriptResourceForStack(JavaScriptStackAssemblerImpl.java:115)
> ~[tapestry-core-5.4.0.jar:na]
> {code}
> This is probably caused by concurrent access to the map.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)