bnd
bnd copied to clipboard
Make "xref" show also references for nested JARs referenced via Bundle-ClassPath
The bnd command xref currently only exposes cross references of classes directly contained in a given JAR, however often bundle JARs contain nested JARs being referenced in Bundle-ClassPath. Those should be examined by xref as well (maybe as opt-in feature).
PR is welcome. If you make it opt-in / configurable I think we can merge it quickly.