Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix5 #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix5 #6

wants to merge 2 commits into from

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