Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

DTP Resolving Internal Discouraged Access Warnings

Revision as of 12:37, 6 February 2008 by John.graham.sybase.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back to the DTP Ganymede Discouraged Access page

Purpose

This document shows how to set access rule exceptions for filtering out internal Discouraged Access warning in DTP Ganymede and future versions.

Procedure

An access rule exception needs to be set for the plug-in project's build configuration.

  • For the plug-in project, open the build configuration page (either <alt-enter> or "Properties" from the context menu for the plug-in project), and select the "Libraries" tab for "Java Build Path":

Build path page.JPG

  • Expand the "Plug-in Dependencies" node (note: watch out, since the "JRE System Library" node has an "Access rules" child too, and setting the filter there will not work as expected) and select "Access rules":

Build path page access rule.JPG

  • "Edit" then "Add" to define the following rule:

Build path page add access rule.JPG

  • Accept the changes to the Access Rules, and rebuild the plug-in
  • The internal Discouraged Access warnings should disappear for that plug-in

Copyright © Eclipse Foundation, Inc. All Rights Reserved.