mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Add module-info.java checking to "Declaration has problems in Javadoc references" inspection
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* {@linkplain <error descr="Cannot resolve symbol 'Foo'">Foo</error>}
|
||||
* @see <error descr="Cannot resolve symbol 'Foo'">Foo</error>
|
||||
*/
|
||||
module com.ref.test.test.test {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user