-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Configuration;
Windows XP SP2
Hudson 2.2.0
Warnings plugin 4.5
PcLint 8.0
my pclint options.lnt file's content is belows:
+ffn // force full path names
-width(0) // don't insert line breaks (unlimited output width).
-hf1 // message height one
-"format=%f(%l): %t %n: %m "
the pclint output are:
F:\AC_working\new-wlanac\ac\np\capwap\source\capwap_data.c(974): Error 40: Undeclared identifier 'TRUE'
F:\AC_working\new-wlanac\ac\np\capwap\source\capwap_data.c(974): Error 63: Expected an lvalue
F:\AC_working\new-wlanac\ac\np\capwap\source\capwap_data.c(975): Error 40: Undeclared identifier 'pDstCwData'
F:\AC_working\new-wlanac\ac\np\capwap\source\capwap_data.c(975): Error 10: Expecting a structure or union
I try to not use the +ffn, but Warnings still can't detect the PCLint output.
[JENKINS-14888] Warning can't detect the PCLint's output while using the options from the wiki webpages.
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Attachment | New: screenshot-1.jpg [ 22355 ] |
Attachment | New: lint parse cfg.jpg [ 22356 ] |
Attachment | New: lint parser cfg.jpg [ 22357 ] |
Workflow | Original: JNJira [ 145589 ] | New: JNJira + In-Review [ 191548 ] |
Code changed in jenkins
User: Ulli Hafner
Path:
src/test/java/hudson/plugins/warnings/parser/MsBuildParserTest.java
src/test/resources/hudson/plugins/warnings/parser/issue14888.txt
http://jenkins-ci.org/commit/warnings-plugin/f1df58dc45ad1a30d1fa7aac5e3c5352531f77f1
Log:
[FIXED JENKINS-14888] Added testcase. Bug seems to be fixed already.