Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: 87c7a3cecf2b68f8f873cd22e89f21ef1b23cdc4 https://github.com/jenkinsci/coverity-plugin/commit/87c7a3cecf2b68f8f873cd22e89f21ef1b23cdc4 Author: Josh Vinson <jvin...@coverity.com> Date: 2013-04-29 (Mon, 29 Apr 2013)
Changed paths: M src/main/java/jenkins/plugins/coverity/CoverityLauncherDecorator.java Log Message: ----------- Re-order initialization of intermediate directory In a recent commit, the initialization of the intermediate directory got moved to after launcher decoration checks if it should do anything. Usually this doesn't matter, because it does apply changes, but in the case of C#, cov-build does not need to be run, so the method exits early. This means that the intermediate directory object is never created, causing a null pointer exception. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.