This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Fixed JENKINS-9926]: Ignore ant task prefix when parsing warnings.
- Loading branch information
Showing
with
76 additions
and 5 deletions.
- +2 −1 .settings/org.eclipse.core.resources.prefs
- +1 −1 pom.xml
- +1 −1 src/main/java/hudson/plugins/warnings/parser/Gcc4CompilerParser.java
- +1 −1 src/main/java/hudson/plugins/warnings/parser/MsBuildParser.java
- +18 −0 src/test/java/hudson/plugins/warnings/parser/Gcc4CompilerParserTest.java
- +18 −0 src/test/java/hudson/plugins/warnings/parser/GccParserTest.java
- +18 −0 src/test/java/hudson/plugins/warnings/parser/MsBuildParserTest.java
- +1 −1 src/test/java/hudson/plugins/warnings/parser/ParserRegistryTest.java
- +16 −0 src/test/resources/hudson/plugins/warnings/parser/issue9926.txt
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,16 @@ | ||
14:57:50 [exec] Microsoft (R) Visual Studio Version 9.0.30729.1. | ||
14:57:50 [exec] Copyright (C) Microsoft Corp. All rights reserved. | ||
14:57:50 [exec] 1>------ Build started: Project: NvTriStrip, Configuration: Win32Debug Win32 ------ | ||
14:57:50 [exec] 1>Compiling... | ||
14:57:50 [exec] 1>NvTriStripObjects.cpp | ||
14:57:51 [exec] 1>NvTriStrip.cpp | ||
14:57:52 [exec] 1>Generating Code... | ||
14:57:52 [exec] 1>c:\jci\jobs\external_nvtristrip\workspace\compiler\cl\config\debug\platform\win32\tfields\live\external\nvtristrip\nvtristrip.cpp(125) : warning C4706: assignment within conditional expression | ||
14:57:53 [exec] 1>Creating library... | ||
14:57:53 [exec] 1>Build Time 0:02 | ||
14:57:53 [exec] 1>Build log was saved at "file://C:\JCI\jobs\External_NvTriStrip\workspace\COMPILER\CL\CONFIG\Debug\PLATFORM\Win32\tfields\Live\Lib\Intermediate\External\NvTriStrip\Win32Debug\BuildLog.htm" | ||
14:57:53 [exec] 1>NvTriStrip - 0 error(s), 1 warning(s) | ||
|
||
|
||
[exec] src/test_simple_sgs_message.cxx:52: warning: large integer implicitly truncated to unsigned type | ||
|