Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365481 - Switching working sets should clear the "Problems" dialog
Summary: Switching working sets should clear the "Problems" dialog
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.1.0   Edit
Hardware: PC Linux
: 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: 2011-12-02 15:21 EST by Ventsy CLA
Modified: 2020-09-04 15:23 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ventsy CLA 2011-12-02 15:21:32 EST
Build Identifier: 20110916-0149

If you have multiple projects in different working sets, the errors shown in the "Problems" dialog are not related to the current working set.

Reproducible: Always

Steps to Reproduce:
1.Add 2 projects to 2 separate working sets
2. Compile project 1 - generates some compiler errors.
3. Switch the working set - the errors from the first set are still shown. 
4. Compile set 2 - both the errors from set 1 and 2 are shown in the "Problems" dialog. 

The visible errors should be limited to the currently selected working set. If no working set is selected, then all errors should be shown.