-
Bug
-
Resolution: Fixed
-
Major
-
Warnings NG Plugin 9.2.
Analysis Model API Plugin 10.2.5
When using the MULTI compiler option --brief_diagnostics the warnings plugin reports only one warning that contains the whole content. If there are many warnings the warnings overviews are missing completely (probably something crashes?). The main difference is that the warnings are single line warnings and they contain the column
Regular output:
"D:\jenkins\src\MyFile.cpp", line 42: warning #381-D: extra ";" ignored
...
Brief diagnostics:
"D:\jenkins\src\MyFile.cpp", line 42 *(col. 58)*: warning #381-D: extra ";" ignored
- links to
[JENKINS-66130] Improve Green Hills MULTI regular expression when columns are reported
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Component/s | Original: warnings-ng-plugin [ 24526 ] |
Labels | New: hacktoberfest help-wanted newbie-friendly |
Summary | Original: Green Hills MULTI parser does not work with compiler option --brief_diagnostics | New: Improve Green Hills MULTI regular expression when columns are reported |
Assignee | New: Jagruti [ jagrutiti ] |
Description |
Original:
When using the MULTI compiler option *--brief_diagnostics* the warnings plugin reports only one warning that contains the whole content. If there are many warnings the warnings overviews are missing completely (probably something crashes?). The main difference is that the warnings are single line warnings and they contain the column
Regular output: "D:\jenkins\src\MyFile.cpp", line 42: warning #381-D: extra ";" ignored ... Brief diagnostics: "D:\jenkins\src\MyFile.cpp", line 42 *(col. 58)*: warning #381-D: extra ";" ignored |
New:
When using the MULTI compiler option *--brief_diagnostics* the warnings plugin reports only one warning that contains the whole content. If there are many warnings the warnings overviews are missing completely (probably something crashes?). The main difference is that the warnings are single line warnings and they contain the column
Regular output: {noformat} "D:\jenkins\src\MyFile.cpp", line 42: warning #381-D: extra ";" ignored {noformat} ... Brief diagnostics: {noformat} "D:\jenkins\src\MyFile.cpp", line 42 *(col. 58)*: warning #381-D: extra ";" ignored {noformat} |
Remote Link | New: This issue links to "PR #882 (Web Link)" [ 28467 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |