Bug 174767 - [api] Access to "Show Hidden" Preference must be public
Summary: [api] Access to "Show Hidden" Preference must be public
Status: RESOLVED INVALID
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: David Dykstal CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 180485
  Show dependency tree
 
Reported: 2007-02-20 09:09 EST by Martin Oberhuber CLA
Modified: 2007-05-23 05:39 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 Martin Oberhuber CLA 2007-02-20 09:09:04 EST
ISystemFilePreferencesConstants is currently "internal". But ISystemFilePreferencesConstants.SHOWHIDDEN is needed by every file subsystem contributor.

Access to the "show hidden" Preference should be made public API, either via an access method (getShowHidden()) or by making the constant public.
Comment 1 Martin Oberhuber CLA 2007-04-02 09:41:50 EDT
Marking INVALID. The correct solution is to make SHOWHIDDEN a view-only Preference which does not affect APIs. Bug 180485 has been created to track this.