Branch: refs/heads/master
Home: https://github.com/jenkinsci/coverity-plugin
Commit: 852d66f0707deed348d00a8eea564cae2d3796a6
https://github.com/jenkinsci/coverity-plugin/commit/852d66f0707deed348d00a8eea564cae2d3796a6
Author: Josh Vinson <[email protected]>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M src/main/java/jenkins/plugins/coverity/CoverityPublisher.java
Log Message:
-----------
Avoid a null pointer exception when b/a/c is disabled
Commit: 9b11dc1c51374429e4db37782cd69fe1a4bc7278
https://github.com/jenkinsci/coverity-plugin/commit/9b11dc1c51374429e4db37782cd69fe1a4bc7278
Author: Josh Vinson <[email protected]>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M src/main/java/jenkins/plugins/coverity/CoverityLauncherDecorator.java
Log Message:
-----------
Make sure that platform is detected correctly for decorated launchers
When the ant action is run, it called Launcher.isUnix() to determine
which executable to use (.bat or not), and whether to add "cmd /C"
around the ant command line call.
Previously, CoverityLauncherDecorator did not delegate this method,
so Launcher.isUnix() would be called instead of the appropriate
delegated method. This delegation is now implemented correctly.
Commit: 792a968a26332590a1382843fa065eebde0f5805
https://github.com/jenkinsci/coverity-plugin/commit/792a968a26332590a1382843fa065eebde0f5805
Author: Josh Vinson <[email protected]>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M src/main/java/jenkins/plugins/coverity/CoverityPublisher.java
Log Message:
-----------
Avoid more NPEs when b/a/c is disabled
Compare:
https://github.com/jenkinsci/coverity-plugin/compare/f5b5f0d50558...792a968a2633
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.