fix test data

This commit is contained in:
Bas Leijdekkers
2013-10-05 23:13:29 +02:00
parent 0138fecbf5
commit b21a51bac3
3 changed files with 6 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
class Test {
/**
* @throws<EOLWarning/>
* <warning descr="'throws' tag description is missing">@throws</warning>
*/
public void foo() {}

View File

@@ -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 {}
}

View File

@@ -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>