Community
Participate
Working Groups
Some projects do not use API tooling (i.e. projects are not configured to use API tooling in the IDE). Some projects export all their internal packages without using the x-internal modifier (to identify internal packages). In such cases, all packages of a bundle are seen as API, when in fact the .internal packages are intended to be non-API. We should consider this case when initializing an API description for a bundle (i.e. no API description and no x-internal modifiers and .internal package names exist).
Instead, added more generic function in the use scan to allow internal and API package names to be specified as regular expressions. Released inital infrastructure to HEAD. Need to update Ant task and add UI.
Updated Ant task to allow for new arguments: apipatterns and internalpatterns
UI code has been committed
Fixed in M2. Will open new bugs as required.
Verified.