[logback-dev] [JIRA] Created: (LBCLASSIC-98) NPE when calling setContextMap on a fresch MDC.
Ceki Gulcu (JIRA)
noreply-jira at qos.ch
Thu Dec 18 14:20:38 CET 2008
NPE when calling setContextMap on a fresch MDC.
-----------------------------------------------
Key: LBCLASSIC-98
URL: http://jira.qos.ch/browse/LBCLASSIC-98
Project: logback-classic
Issue Type: Bug
Affects Versions: 0.9.13
Reporter: Ceki Gulcu
Assignee: Ceki Gulcu
Fix For: 0.9.14
Reported by Francois_Terrier in http://www.qos.ch/pipermail/logback-user/2008-December/000864.html
there is a little NPE when calling setContextMap on a fresch MDC. This
could raises a NPE:
public static void main(String[] args) {
MDC.setContextMap(new HashMap<String, String>());
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list