Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cppcheck-plugin
  Commit: 2afb683d4dd0ccac5b752438c73ef904d5bfb247
      
https://github.com/jenkinsci/cppcheck-plugin/commit/2afb683d4dd0ccac5b752438c73ef904d5bfb247
  Author: Michal Turek <[email protected]>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M src/main/java/com/thalesgroup/hudson/plugins/cppcheck/CppcheckSource.java
    M 
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckWorkspaceFile.java
    M src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckPublisher.java

  Log Message:
  -----------
  [JENKINS-22114] CPPCheck - when looking at the source code of an error - the 
latest source is used

- The files with source code were copied to the build directory only for builds 
on slave machine. Builds on master didn't copied any file and workspace files 
(with all updates) were shown for historical builds too. The code updated to 
always copy all neccessary files to the build directory to provide the current 
code even after it is updated in future.
- Code for displaying of latest workspace files is still present, it is mainly 
for backward compatibility.
- Condition "if directory doesn't exist, *delete* and create it" fixed - 
unneccessary/incorrect delete part removed.


  Commit: 5a3e1d30b433a017063ca3c2f5c3e6baf35c38f5
      
https://github.com/jenkinsci/cppcheck-plugin/commit/5a3e1d30b433a017063ca3c2f5c3e6baf35c38f5
  Author: Michal Turek <[email protected]>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M src/main/java/com/thalesgroup/hudson/plugins/cppcheck/CppcheckSource.java
    M 
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckWorkspaceFile.java
    M src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckPublisher.java

  Log Message:
  -----------
  Merge pull request #7 from mixalturek/master

[JENKINS-22114] CPPCheck - when looking at the source code of an error -...


Compare: 
https://github.com/jenkinsci/cppcheck-plugin/compare/ce2c74bd41c8...5a3e1d30b433

-- 
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/d/optout.

Reply via email to