DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41186>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41186 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2006-12-15 16:11 ------- Committed rev 487725 on trunk, 487224 on 1.2 branch. Passing null for the fully qualified category (aka logger) name in the LoggingEvent constructor would cause a NPE in the 1.2 code base, but not 1.3. Addressed problem by passing in a string that should not match any class name in a stack trace which should result in the class name and location being reported as "?" in both branches. Added tests to both test suites. Surprised that very few of the AsyncAppender tests had been ported back to log4j 1.2, but only backported essential support classes. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
