Export to GitHub

jangod - issue #3
Application constructor does not initialize parseResultManager and produces NPE
Posted on Mar 15, 2011 by
Quick Hippo
The problem was introduced with the commit in revision 73 (see diff): http://code.google.com/p/jangod/source/diff?spec=svn95&r=73&format=side&path=/trunk/core/net/asfun/jangod/base/Application.java&old_path=/trunk/core/net/asfun/jangod/base/Application.java&old=71
Only default constructor was enhanced, the other with configFile arg does not initialize parseResultManager which causes NPE in getParseResult(String,String) method. Please see attached patch for possible fix.
- Application.java.patch 1.09KB
Status: New
Labels:
Type-Defect
Priority-Medium