Community
Participate
Working Groups
The current bundle command uses BundleDescription.getExportPackages() to get a list of packages exported from a bundle. It should really use BundleDescription.getSelectedExports() to get a accurate list of packages exported by a resolved bundle. This method takes into account dropped exports (in case of substitutes) and exports from fragments.
Created attachment 190306 [details] patch Lazar, notice that I changed the implementation of the bundle command here.
patch released.