Issue Type: Bug Bug
Assignee: Ulli Hafner
Components: tasks-plugin
Created: 15/Sep/14 1:38 PM
Description:

The XML API does not contain the message. I installed the latest LTS Jenkins and latest TaskScanner (with dependencies) on a test server and set up a very simple job - fetch a file and scan for warnings.

Output from http://localhost:8080/job/TaskScanner/2/tasksResult/

File Line Priority Type Message
MyFile:278 278 Low XXX Make generic
MyFile:541 541 Low XXX Assign correct drivers

Output from http://localhost:8080/job/TaskScanner/2/tasksResult/api/xml?depth=1

  <newWarning>
    <fileName>/work/jenkins_test_slave/workspace/TaskScanner/MyFile</fileName>
    <key>4</key>
    <message/>
    <primaryLineNumber>278</primaryLineNumber>
    <priority>LOW</priority>
  </newWarning>
  <newWarning>
    <fileName>/work/jenkins_test_slave/workspace/TaskScanner/MyFile</fileName>
    <key>5</key>
    <message/>
    <primaryLineNumber>541</primaryLineNumber>
    <priority>LOW</priority>
  </newWarning>
Environment: Jenkins ver. 1.565.2
Task Scanner Plug-in 4.42
Static Analysis Collector Plug-in 1.41
Static Analysis Utilities 1.59

    
Project: Jenkins
Priority: Minor Minor
Reporter: Markus
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