I don't think this is desirable. Even java.lang.Package doesn't support those kind of things. The child-packages can't even be found when processing a single java-file.
Robert Scholte
added a comment - I don't think this is desirable. Even java.lang.Package doesn't support those kind of things. The child-packages can't even be found when processing a single java-file.
Paul Hammant
added a comment - I think this is an OK feature. But for Qdox 2.x
I can imagine usages ... and Qdox is allowed to push the bar beyond what Sun would dictate for Java
Paul Hammant
added a comment - Implemented in 1.x codeline.
Will only list packages when the package has at least one source to parse. Will only navigate to parent or child where the same is true.
I don't think this is desirable. Even java.lang.Package doesn't support those kind of things. The child-packages can't even be found when processing a single java-file.