Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368442 - org.eclipse.ui.navigator.resources.filters.workingSet is not present
Summary: org.eclipse.ui.navigator.resources.filters.workingSet is not present
Status: RESOLVED INVALID
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 07:14 EST by Michal Borek CLA
Modified: 2012-01-13 11:28 EST (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 Michal Borek CLA 2012-01-12 07:14:04 EST
Build Identifier: 3.7.0 Build id: I20110613-1736

When using Common Navigator Framework, during Eclipse startup there is:
"org.eclipse.ui.navigator.resources.filters.workingSet is not present"
message.

Viewer content binding is as follows:
      <viewerContentBinding
            viewerId="pegasus.ui.views.NavigatorView">
         <includes>
            <contentExtension
                  pattern="org.eclipse.ui.navigator.resourceContent">
            </contentExtension>
            <contentExtension
                  pattern="org.eclipse.ui.navigator.resources.linkHelper">
            </contentExtension>
            <contentExtension
                  isRoot="true"
                  pattern="org.eclipse.ui.navigator.resources.filters.startsWithDot">
            </contentExtension>
            <contentExtension
                  isRoot="true"
                  pattern="org.eclipse.ui.navigator.resources.filters.closedProject">
            </contentExtension>

         </includes>
      </viewerContentBinding>

Reproducible: Always
Comment 1 Curtis Windatt CLA 2012-01-13 11:28:27 EST
This does not sound like a bug (and it does not related to PDE).  It sounds like you are missing a required plug-in in your installation or your viewer is not configured properly.  For questions, please try the Eclipse forums or IRC.