make suppress intentions work in module-info.java files

This commit is contained in:
Bas Leijdekkers
2017-03-12 17:08:13 +01:00
parent d803164a12
commit ca51903f4e
8 changed files with 98 additions and 27 deletions
@@ -0,0 +1,6 @@
/**
* {@linkplain nothing}
*/
@SuppressWarnings("JavadocReference") module com.suppress.test.test.test {
}
@@ -0,0 +1,6 @@
/**
* {@linkplain <error descr="Cannot resolve symbol 'nothing'"><caret>nothing</error>}
*/
module com.suppress.test.test.test {
}