Incorrect Parameter Name Warning in JavaScript, with JavaDoc comment with functions using arguments
In JavaScript if you have a function using the arguments variable inside a function, and use the JavaDoc to describe the values, then you get a warning. I have attached an image to illustrate. I can work around this by adding bogus values to the signature that match the JavaDoc, but then I'll get a warning about unused arguments. Is there a way inform IDEA about these arguments, so that I don't get any warnings?
thanks
-matt
Attachment(s):
Picture 3.png
请先登录再写评论。