Bug 124090 - Take advantage of IAccessRule#IGNORE_IF_BETTER
Summary: Take advantage of IAccessRule#IGNORE_IF_BETTER
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M5   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 04:38 EST by Jerome Lanneluc CLA
Modified: 2006-01-23 18:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2006-01-17 04:38:10 EST
I20060117

Build I20060117 will contain a new flag IAccessRule#IGNORE_IF_BETTER that indicates that the rule should be ignored if a better rule is found.
E.g. if a rule K_NON_ACCESSIBLE | IGNORE_IF_BETTER matches type p.X
and a rule K_DISCOURAGED that also matches p.X is found after the first 
one, then p.X will be reported as discouraged.

PDE UI should take advantage of this flag to avoid unwanted access restriction errors as reported in bug 98127.
Comment 1 Wassim Melhem CLA 2006-01-23 18:56:59 EST
done.  thanks.