Bug 563587 - Errors from Custom Error parser deleted after any edit to file
Summary: Errors from Custom Error parser deleted after any edit to file
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 9.11.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-26 09:27 EDT by Shadi I CLA
Modified: 2020-05-26 09:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shadi I CLA 2020-05-26 09:27:01 EDT
I am using an external build tool, configured everything in Eclipse, and added a custom error parser to parse the errors of the output.

Errors are detected correctly, navigating to the file/line works fine. However, if I do any modifications to the file with the error, all errors from the same file are deleted which results in:
- Errors are not visible in the Problems tab.
- Double clicking on the highlighted error in the console doesnt navigate to the file


Error parsers related to the build shall make sure detected problems are not removed/ignored unless a new build happens.