Bug 18938 - filters forgotten when java perspective closed [filters]
Summary: filters forgotten when java perspective closed [filters]
Status: RESOLVED DUPLICATE of bug 22533
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 17:52 EDT by Karice McIntyre CLA
Modified: 2002-08-19 12:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karice McIntyre CLA 2002-06-03 17:52:31 EDT
Build: F1
*In packages view, verify that you can see the referenced libraries
*Select Filters... from drop down menu.
*Check Hide referenced libraries and click ok in the dialog
*Notice referenced libraries no longer appear
*Window->Close all perspectives 
*Open java perspective
BUG: notice that referenced libraries are showing
It should remember my setting to hide the referenced libraries
Comment 1 Erich Gamma CLA 2002-06-08 19:34:56 EDT
settings are only persisted on shutdown - no actin for 2.0
Comment 2 Dirk Baeumer CLA 2002-07-22 05:56:04 EDT
Workbench persists these setting on view part close. So JDT should do the same.
Comment 3 Dani Megert CLA 2002-08-19 06:00:03 EDT
This is a bug in the Custom Filter component.
Comment 4 Dani Megert CLA 2002-08-19 11:58:50 EDT
This bug is caused by the following severe bug:
Bug 22533: Preferences.contains() returns false even if property has been set


*** This bug has been marked as a duplicate of 22533 ***
Comment 5 Dani Megert CLA 2002-08-19 12:03:37 EDT
Changed CustomFiltersActionGroup to avoid the bug.
Comment 6 Dani Megert CLA 2002-08-19 12:08:44 EDT
Had to revert the fix. Can't workaround the bug if I can't check if a property
has been set or not.
==> bug remains until 22533 is fixed