Code changed in jenkins
User: Michal Turek
Path:
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckFile.java
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckSourceContainer.java
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckWorkspaceFile.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckDiffState.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckResult.java
src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckResult/details.jelly
src/main/resources/org/jenkinsci/plugins/cppcheck/Messages.properties
http://jenkins-ci.org/commit/cppcheck-plugin/0ee027cfefc81c14217215665c508a1bbf536871
Log:
JENKINS-14481 Quickly identify only the new errors

  • A new column added to the report details table. It can contain "new", "solved" or "unchanged" flags to distinguish state of comparison with the previous report (if any). The column is mainly defined for an ability of sorting.
  • "New" issues are additionally highlighted with red background, "solved" issues are green and "unchanged" has white color as usual.
  • Solved issues also don't have the links to the source code, because it isn't available (issue was solved and the code is no longer present).
  • New CppcheckDiffState enum/flag added and stored as transient in CppcheckWorkspaceFile class. It is a dynamic parameter that should not be saved to any XML file.
  • The real comparison is done in CppcheckDiffState.diffCurrentAndPrevious().
  • If source file is not available, no line will be displayed in the report (zero was present before).
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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