Unused Declaration inspection takes JavaDoc into account
Hi,
I've got unused methods that are not reported as unused anymore because
of their Javadoc.
See exemple:
/**
@see ContributionService#getDeclarationVatAmount(Contribution)
*/
public double getDeclarationVatAmount(Contribution contribution) {...}
This won't be reported asd unused even though it is not called anywhere
in the code.
I believe it should be reported as unused.
Let me know if I shall report it in youtrack.
rdgs,
nodje
Please sign in to leave a comment.
Hello nodje,
Can you please submit a bug report?
Thanks,
Kirill
http://youtrack.jetbrains.net/issue/IDEA-56436
On 2010-07-09 21:17:10 +0200, Kirill Safonov <no_reply@jetbrains.com> said: