mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
[java] @see tag ref verification (IDEA-97635)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* <warning descr="Class or method reference is expected after @see tag">@see</warning>
|
||||
* @see <warning descr="Class or method reference is expected after @see tag">{@link C}</warning> clarification
|
||||
*
|
||||
* @see C a correct one
|
||||
* @see C#f
|
||||
*/
|
||||
class C {
|
||||
int f;
|
||||
}
|
||||
@@ -67,6 +67,7 @@ public class JavadocHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testSee5() { doTest(); }
|
||||
public void testLinkToItself() { doTest(); }
|
||||
public void testSeeConstants() { doTest(); }
|
||||
public void testSeeNonRefs() { doTest(); }
|
||||
public void testReturn0() { doTest(); }
|
||||
public void testException0() { doTest(); }
|
||||
public void testException1() { doTest(); }
|
||||
|
||||
Reference in New Issue
Block a user