diff --git a/src/xdocs/checks.xml b/src/xdocs/checks.xml
index 1d9ff672e..8a5c8e23b 100644
--- a/src/xdocs/checks.xml
+++ b/src/xdocs/checks.xml
@@ -113,14 +113,14 @@
specified by the format property.
-
- | ConstantName |
- Checks that constant names conform to a format specified by the format property. |
-
| CommentsIndentation |
Controls the indentation between comments and surrounding code. |
+
+ | ConstantName |
+ Checks that constant names conform to a format specified by the format property. |
+
| CovariantEquals |
@@ -340,11 +340,6 @@
Checks that interface type parameter names conform to a format specified
by the format property. |
-
- | JavaNCSS |
- This check calculates the Non Commenting Source Statements (NCSS) metric for
- Java source files and methods. |
-
| JavadocMethod |
Checks the Javadoc of a method or constructor. |
@@ -353,10 +348,6 @@
JavadocPackage |
Checks that all packages have a package documentation. |
-
- | JavadocTagContinuationIndentation |
- Checks the indentation of the continuation lines in at-clauses. |
-
| JavadocParagraph |
Checks Javadoc paragraphs. |
@@ -365,6 +356,10 @@
JavadocStyle |
Custom Checkstyle Check to validate Javadoc. |
+
+ | JavadocTagContinuationIndentation |
+ Checks the indentation of the continuation lines in at-clauses. |
+
| JavadocType |
Checks the Javadoc of a type. |
@@ -373,6 +368,11 @@
JavadocVariable |
Checks that a variable has Javadoc comment. |
+
+ | JavaNCSS |
+ This check calculates the Non Commenting Source Statements (NCSS) metric for
+ Java source files and methods. |
+
| LeftCurly |
@@ -489,10 +489,6 @@
| Ensures that exceptions (defined as any class name conforming
to some regular expression) are immutable. |
-
- | NPathComplexity |
- Checks the npath complexity against a specified limit (default = 200). |
-
| NeedBraces |
@@ -526,16 +522,16 @@
| Checks that no method having zero parameters is defined
using the name finalize. |
-
- | NonEmptyAtclauseDescription |
-
- Checks that the at-clause tag is followed by description . |
-
| NoLineWrap |
Checks that chosen statements are not line-wrapped. |
+
+ | NonEmptyAtclauseDescription |
+
+ Checks that the at-clause tag is followed by description . |
+
| NoWhitespaceAfter |
@@ -546,6 +542,10 @@
|
Checks that there is no whitespace before a token. |
+
+ | NPathComplexity |
+ Checks the npath complexity against a specified limit (default = 200). |
+
| OneStatementPerLine |
Checks that there is only one statement per line. |
@@ -668,16 +668,6 @@
Checks line wrapping with separators. |
-
- | SingleLineJavadoc |
-
- Checks that a JavaDoc block which can fit on a single line and doesn't contain at-clauses |
-
-
- | SingleSpaceSeparator |
-
- Checks that non-whitespace characters are separated by no more than one whitespace. |
-
| SimplifyBooleanExpression |
@@ -688,6 +678,16 @@
|
Checks for overly complicated boolean return statements. |
+
+ | SingleLineJavadoc |
+
+ Checks that a JavaDoc block which can fit on a single line and doesn't contain at-clauses |
+
+
+ | SingleSpaceSeparator |
+
+ Checks that non-whitespace characters are separated by no more than one whitespace. |
+
| StaticVariableName |
@@ -747,16 +747,16 @@
The TranslationCheck class helps to ensure the correct translation of code by
checking property files for consistency regarding their keys. |
+
+ | TypecastParenPad |
+ Checks the padding of parentheses for typecasts. |
+
| TypeName |
Checks that type names conform to a format specified
by the format property. |
-
- | TypecastParenPad |
- Checks the padding of parentheses for typecasts. |
-
| UncommentedMain |
Detects uncommented main methods. |