-
Bug
-
Resolution: Incomplete
-
Minor
Consider this compiler output
"D:\jenkins\workspace\path\To\some\SourdceFile.cpp", line 163: warning #548-D: transfer of control bypasses initialization of: variable "someVariableName" (declared at line 191)
The resulting warning in jenkins will be "transfer of control bypasses initialization of:" but it should be "transfer of control bypasses initialization of: variable "someVariableName" (declared at line 191)"
Since i didn't get the issue tracker to display the text unformatted, i attached the raw compiler output as text file.
Yes, this parser uses the LineParser as base class (see TiCcsParser.java). So it is not possible to look into multiple lines.