Fix null pointer exception when getting keys, values, or entry's in the
ConcurrentHashmap
-----------------------------------------------------------------------------------------
Key: JBAS-5072
URL:
http://jira.jboss.com/jira/browse/JBAS-5072
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Other
Affects Versions: JBossAS-4.2.2.GA
Reporter: Jay Howell
Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.3.GA
Fixed null problem for JBAS-4698. The previous fix fixed the problem by using iteration
instead of values(), but it also allowed nulls to be put into the array, which throws a
null pointer exception. This is just further refinement of the JBAS-4698 bug.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira