|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14371) NullPointerExcep... [email protected] (JIRA)
- [JIRA] (JENKINS-14371) NullPointer... [email protected] (JIRA)
- [JIRA] (JENKINS-14371) NullPointer... [email protected] (JIRA)

The new crash happens on line 24 of EnvInjectBuilderContributionAction and this is consistent with the latest source in git.
I think the problem might be that resultVariables is null or contains a null key. The crash happens inside of putAll so envVars must be non-null. The javadoc for putAll does state that it will raise NPE if it is null or contains a null key.
http://docs.oracle.com/javase/6/docs/api/java/util/TreeMap.html#putAll%28java.util.Map%29