mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
[tests] merges Javadoc inspection tests; drops duplicates
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<warning descr="Required Javadoc is absent">package p1;</warning>
|
||||
@@ -0,0 +1,2 @@
|
||||
@Deprecated
|
||||
package p2;
|
||||
@@ -0,0 +1,4 @@
|
||||
<warning descr="Required tag '@author' is missing">/**</warning>
|
||||
*
|
||||
*/
|
||||
package p3;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* <warning descr="Author is missing after @author tag">@author</warning>
|
||||
*/
|
||||
package p4;
|
||||
Reference in New Issue
Block a user