Bug 110169 - [Navigator] ResourceNavigator.initWorkingSetFilter should be protected visibility.
Summary: [Navigator] ResourceNavigator.initWorkingSetFilter should be protected visibi...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.2 RC2   Edit
Assignee: Mike Wilson CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2005-09-21 09:19 EDT by Hilbert Schraal CLA
Modified: 2006-04-18 15:58 EDT (History)
2 users (show)

See Also:


Attachments
makes initWorkingSetFilter protected (833 bytes, patch)
2006-04-12 14:07 EDT, Mike Wilson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hilbert Schraal CLA 2005-09-21 09:19:09 EDT
The above mentioned method seems mistakingly have an incorrect visibility. E.g.
the method initResourceSorter is protected. I don't see why initResourceSorter
is not protected.
Comment 1 Mike Wilson CLA 2006-04-12 14:07:53 EDT
Created attachment 38430 [details]
makes initWorkingSetFilter protected

The method is currently package visibility. All other init methods are protected. It's not clear why this one would be different. Attaching a trivial patch to make the change.
Comment 2 Mike Wilson CLA 2006-04-12 14:08:57 EDT
Kim, if you agree with comment #1, can you release this for me?
Comment 3 Kim Horne CLA 2006-04-18 15:58:10 EDT
Patch applied.