Branch: refs/heads/master
Home: https://github.com/jenkinsci/cppcheck-plugin
Commit: 1f0faed8f2ae6e92ac7a4e46b5b5f43bf07f22a4
https://github.com/jenkinsci/cppcheck-plugin/commit/1f0faed8f2ae6e92ac7a4e46b5b5f43bf07f22a4
Author: Michal Turek <[email protected]>
Date: 2014-04-29 (Tue, 29 Apr 2014)
Changed paths:
M src/main/java/com/thalesgroup/hudson/plugins/cppcheck/CppcheckSource.java
M
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckFile.java
M
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckWorkspaceFile.java
M src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckResult.java
A src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckSourceAll.java
M
src/main/resources/com/thalesgroup/hudson/plugins/cppcheck/CppcheckSource/index.jelly
M
src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckResult/details.jelly
A
src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckSourceAll/index.jelly
Log Message:
-----------
[JENKINS-18109] Show all violations highlighted on a single page
- New URL ".../cppcheckResult/source.all" points to a dynamic page rendered
using a newly implemented class CppcheckSourceAll. Optional parameters are
before=NUM and after=NUM to specify number of displayed lines, their default
value is 5. A link was added above the table on the details page.
- Variable cppcheckfile refactored to cppcheckFile (f/F) to prevent copy-paste
errors.
- Null check for return value of diffCurrentAndPrevious() removed, the method
never returns null (found by FindBugs).
- Source details show only part of the path relative to the workspace in the
header instead of the very long absolute path, the method getFileNameHtmlWrap()
removed.
- Cppcheck message must be HTML escaped before passing to the page (e.g.
"Comparison of a variable having boolean value using relational (<, >, <= or
>=) operator.").
- Missing space added to the tooltip on the page with source code of a whole
file.
- Annotations added to deprecated members present for backward compatibility.
Commit: cf2d85a3ea38643060db857777f2adad87a5e9e1
https://github.com/jenkinsci/cppcheck-plugin/commit/cf2d85a3ea38643060db857777f2adad87a5e9e1
Author: Michal Turek <[email protected]>
Date: 2014-04-29 (Tue, 29 Apr 2014)
Changed paths:
M src/main/java/com/thalesgroup/hudson/plugins/cppcheck/CppcheckSource.java
M
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckFile.java
M
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckWorkspaceFile.java
M src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckResult.java
A src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckSourceAll.java
M
src/main/resources/com/thalesgroup/hudson/plugins/cppcheck/CppcheckSource/index.jelly
M
src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckResult/details.jelly
A
src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckSourceAll/index.jelly
Log Message:
-----------
Merge pull request #14 from mixalturek/master
[JENKINS-18109] Show all violations highlighted on a single page
Compare:
https://github.com/jenkinsci/cppcheck-plugin/compare/1dba0fe34a4f...cf2d85a3ea38
--
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.