[qos-ch/logback] f47aba: Avoid NPE when getting CodeSource

Branch: refs/heads/master Home: https://github.com/qos-ch/logback Commit: f47aba79547bde8d72d2a9245f17077c0fb9198a https://github.com/qos-ch/logback/commit/f47aba79547bde8d72d2a9245f17077c0fb... Author: Mikhail Mazursky <ash2kk@gmail.com> Date: 2013-06-03 (Mon, 03 Jun 2013) Changed paths: M logback-classic/src/main/java/ch/qos/logback/classic/spi/PackagingDataCalculator.java Log Message: ----------- Avoid NPE when getting CodeSource CodeSource can be null - add a check to avoid NPE Commit: 0358e34d55af37261805613e357bc3f2b29dedd7 https://github.com/qos-ch/logback/commit/0358e34d55af37261805613e357bc3f2b29... Author: Jörn Huxhorn <jhuxhorn@googlemail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M logback-classic/src/main/java/ch/qos/logback/classic/spi/PackagingDataCalculator.java Log Message: ----------- Merge pull request #130 from ash2k/avoid-npe Avoid NPE when getting CodeSource Compare: https://github.com/qos-ch/logback/compare/c96dde98f3a0...0358e34d55af
participants (1)
-
Jörn Huxhorn