Declaration has problems in Javadoc references
Reports unresolved references inside Javadoc comments.
In the following example, the someParam
parameter is missing, so it will be highlighted:
class A {
/**
* @param someParam description
**/
void foo() {
}
}
Disable the Report inaccessible symbols option to ignore the tags that reference missing method parameters, classes, fields and methods.
Inspection options
Option | Type | Default |
---|---|---|
Report inaccessible symbols (javadoc tool may be unable to create hyperlink) | Checkbox | true |
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023