| Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' |
20 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is missing an ending period. |
32 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
35 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
35 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
39 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
51 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
51 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
54 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
54 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
62 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
62 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
67 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
67 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
71 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
71 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
80 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
80 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
88 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
88 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 139). |
93 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
99 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
99 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
110 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
110 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
112 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
112 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
114 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
114 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
116 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
116 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
118 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
118 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
120 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
120 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be placed immediately before the first word, with no space after. |
122 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
122 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 126). |
196 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'documentRootDirPathTemp' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). |
202 |