[JIRA] (JENKINS-14371) NullPointerException in EnvInjectBuilderContributionAction.buildEnvVars during SCM poll

2012-08-03 Thread gregory.boissi...@gmail.com (JIRA)















































Gregory Boissinot
 resolved  JENKINS-14371 as Fixed


NullPointerException in EnvInjectBuilderContributionAction.buildEnvVars during SCM poll
















Change By:


Gregory Boissinot
(30/Jul/12 8:11 PM)




Status:


Reopened
Resolved





Resolution:


Fixed



























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) NullPointerException in EnvInjectBuilderContributionAction.buildEnvVars during SCM poll

2012-07-19 Thread oldel...@java.net (JIRA)














































Richard Mortimer
 commented on  JENKINS-14371


NullPointerException in EnvInjectBuilderContributionAction.buildEnvVars during SCM poll















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



























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) NullPointerException in EnvInjectBuilderContributionAction.buildEnvVars during SCM poll

2012-07-13 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14371


NullPointerException in EnvInjectBuilderContributionAction.buildEnvVars during SCM poll















Code changed in jenkins
User: Gregory Boissinot
Path:
 src/main/java/org/jenkinsci/plugins/envinject/EnvInjectBuilderContributionAction.java
http://jenkins-ci.org/commit/envinject-plugin/4282ddca174519d902ceb676237a7edbfdc20a8f
Log:
  Fix JENKINS-14371































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