mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +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 {}
|
||||
}
|
||||
@@ -1,15 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports any package.html files. These files are used for documenting
|
||||
packages. Since J2SE 5 it is recommended to use package-info.java files instead, since such
|
||||
Reports any <b>package.html</b> files. These files are used for documenting
|
||||
packages. Since J2SE 5 it is recommended to use <b>package-info.java</b> files instead, since such
|
||||
files can also contain package annotations. In this way, package-info.java becomes the
|
||||
sole repository for package level annotations and documentation.
|
||||
<p>
|
||||
This inspection provides a quickfix to convert the package.html file to a package-info.java file.
|
||||
If a package-info.java file is already present this inspection provides a quickfix to delete
|
||||
the package.html file, since the Javadoc tool would ignore it then anyway.
|
||||
<!-- tooltip end -->
|
||||
<p>
|
||||
<small>New in 10.0.3</small>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user