-
Notifications
You must be signed in to change notification settings - Fork 101
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
NullPointerException with "JavaDocParserVisitor.calculateMethodIdentifier" #191
Comments
in another (non public project):
|
@sdaschner please could you have a look? |
I've just found a way to reproduce the original issue:
Basically by adding a javadoc in a static method inside an enum, e.g:
Then I get the stacktrace above. @sdaschner shouldn't we parse the javadoc only on rest endpoints? |
Well the method doesn't need to be static and don't even need a param, any javadoc inside an enum method will raise the exception:
|
Hi, do you have plans to repair this issue and release a new version? regards Dannes |
For my project I have a dependency on a fix on a reasonable short time. Would you able to address the reported issue? |
This looks to be a duplicate of #182. |
I tried to reproduce the two null pointer exceptions I found in the current plugin; One I was able to reproduce in a project I am actively involved:
To reproduce:
mvn clean install -DskipTests
(sorry a lot of CVE data is downloaded - it sometimes fails)The text was updated successfully, but these errors were encountered: