Skip to content

Conversation

@sgparry
Copy link

@sgparry sgparry commented May 1, 2023

I have created a possible fix for Issue #5
It turns out the problem is not caused by the XML doclet, but by inconsistent processing by JavaDoc itself. If you give JD an explicit file to work with, it parses and processes the inner classes at the top level, and then again as contained elements of the outer class. If you give it a package, it only processes the inner classes as contained elements. Hence, if you add class processing to the outer class parsing, it generates two copies in some cases. To solve this, I am maintaining a keyed list of classes, within each package, by qualified name. This list refuses duplicates.

@CLAassistant
Copy link

CLAassistant commented May 1, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants