Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] tips on x-internal and x-friends

Two quick tips:

- please don't mixing x-internal with x-friends - x-internal takes
precedence and x-friends is ignored

- x-friends implies x-internal; meaning that the non-friends will get
the "discouraged access" warning

As a rule of the thumb, if you tests your code, you probably want to
use x-friends instead of x-internal

This has the details but in a less clear language:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/bundle_manifest.html

I'm chaning a couple of MANIFEST.MFs to reduce the number of
"discouraged access" warnings in the test bundle
(org.eclipse.riena.tests). After all the tests are supposed to test
all the internal stuf ;-)

Greetings,
Elias.


Back to the top