mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
fix test data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
/**
|
||||
* @throws<EOLWarning/>
|
||||
* <warning descr="'throws' tag description is missing">@throws</warning>
|
||||
*/
|
||||
public void foo() {}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
/**
|
||||
* @throws <warning>Integer</warning> sometimes
|
||||
<warning descr="Required tag '@throws' java.lang.Exception is missing">/**</warning>
|
||||
* @throws <warning descr="Class java.lang.Integer is not a descendant of Throwable">Integer</warning> sometimes
|
||||
*/
|
||||
public void <warning>foo</warning>() throws Exception {}
|
||||
public void foo() throws Exception {}
|
||||
}
|
||||
Reference in New Issue
Block a user