You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Steven Paligo (JIRA)" <ji...@apache.org> on 2018/03/16 04:31:00 UTC

[jira] [Created] (CONFIGURATION-689) NullPointerException in ExprLookup when not using variables

Steven Paligo created CONFIGURATION-689:
-------------------------------------------

             Summary: NullPointerException in ExprLookup when not using variables
                 Key: CONFIGURATION-689
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-689
             Project: Commons Configuration
          Issue Type: Bug
          Components: Interpolation
    Affects Versions: 2.2
            Reporter: Steven Paligo


When an ExprLookup instance is created with the default constructor, the "variables" object is null. During a lookup, initializeContext(JexlContext) iterates over "variables" which triggers a NullPointerException.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)