- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Tue, 7 Sep 2010 00:34:48 +0100
- To: XProc Dev <xproc-dev@w3.org>
Hi,
In Calabash's DeclareStep.java, line 201:
while (log != null && level == null) {
log = log.getParent();
level = log.getLevel();
}
I've got an NPE on log.getLevel(). I've integrated Calabash in
a web application and twisted it a bit, so it is difficult to
reproduce the problem in a self-contained simple example, but
because getParent() can return null, this looks suspect to me.
Hope that helps, regards,
--
Florent Georges
http://fgeorges.org/
Received on Monday, 6 September 2010 23:35:40 UTC