mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import java.io.IOException;
|
||||
|
||||
class Test {
|
||||
/**
|
||||
* @throws IOException in some case
|
||||
* <warning>@throws</warning> IOException
|
||||
*/
|
||||
* @throws IOException in some case
|
||||
* <warning descr="'throws' tag description is missing"><warning descr="Duplicate @throws or @exception tag for exception 'java.io.IOException'">@throws</warning></warning> IOException
|
||||
*/
|
||||
void a() throws IOException{
|
||||
throw new IOException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user