Skip to content

Issue #182/#191: NPE on enum methods with javadoc comments#199

Open
mwasson wants to merge 1 commit into
sdaschner:masterfrom
mwasson:master
Open

Issue #182/#191: NPE on enum methods with javadoc comments#199
mwasson wants to merge 1 commit into
sdaschner:masterfrom
mwasson:master

Conversation

@mwasson

@mwasson mwasson commented May 26, 2021

Copy link
Copy Markdown

This fixes the problem first identified in issue #182, and isolated by rmpestano in issue #191. JavaDocParserVisitor doesn't override the method for enums, so it doesn't properly update its state when visiting them, leading to the NPE if the enum has a method with a Javadoc comment.

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.

1 participant