Add module-info.java checking to "Declaration has problems in Javadoc references" inspection

This commit is contained in:
Bas Leijdekkers
2017-03-10 20:47:08 +01:00
parent 12c8edc10b
commit 5e8b71d109
3 changed files with 26 additions and 10 deletions

View File

@@ -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 {
}