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.

          [JENKINS-28416] TI Parser does not match multiline Warnings

          Florian Reinhard created issue -

          Ulli Hafner added a comment -

          Yes, this parser uses the LineParser as base class (see TiCcsParser.java). So it is not possible to look into multiple lines.

          Ulli Hafner added a comment - Yes, this parser uses the LineParser as base class (see TiCcsParser.java ). So it is not possible to look into multiple lines.
          Ulli Hafner made changes -
          Priority Original: Major [ 3 ] New: Minor [ 4 ]

          I just had a look at the Doxygen Parser which does parsing of multiline messages. Is there a reason why the RegexpDocumentParser cannot be used for the TiCcsParser?

          Florian Reinhard added a comment - I just had a look at the Doxygen Parser which does parsing of multiline messages. Is there a reason why the RegexpDocumentParser cannot be used for the TiCcsParser?

          Ulli Hafner added a comment -

          The RegexpDocumentParser is discouraged since the performance is horrible. However, it is possible to use it in your use case, it just might be slow for large documents.

          Ulli Hafner added a comment - The RegexpDocumentParser is discouraged since the performance is horrible. However, it is possible to use it in your use case, it just might be slow for large documents.
          Ulli Hafner made changes -
          Labels New: PR-is-appreciated.
          Ulli Hafner made changes -
          Labels Original: PR-is-appreciated. New: PR-appreciated
          Ulli Hafner made changes -
          Assignee Original: Ulli Hafner [ drulli ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 163256 ] New: JNJira + In-Review [ 181155 ]
          Ulli Hafner made changes -
          Component/s New: analysis-model [ 23523 ]
          Component/s Original: warnings-plugin [ 15513 ]
          Labels Original: PR-appreciated New: help-wanted newbie-friendly

            Unassigned Unassigned
            freinhard Florian Reinhard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: