Checkstyle Results
The following document contains the results of Checkstyle 6.18 with google_checks.xml ruleset. 
Summary
Files |
Info |
Warnings |
Errors |
12 |
0 |
31 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
imports |
CustomImportOrder
- sortImportsInGroupAlphabetically: "true"
- specialImportsRegExp: "com.google"
- customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
|
26 |
Warning |
javadoc |
JavadocMethod
- scope: "public"
- allowMissingThrowsTags: "true"
- allowThrowsTagsForSubclasses: "true"
- allowMissingReturnTag: "true"
- allowMissingParamTags: "true"
- minLineCount: "2"
- allowedAnnotations: "Override, Test"
|
2 |
Warning |
|
SingleLineJavadoc
- ignoreInlineTags: "false"
|
1 |
Warning |
|
SummaryJavadoc
- forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
|
1 |
Warning |
whitespace |
EmptyLineSeparator
- allowNoEmptyLineBetweenFields: "true"
|
1 |
Warning |
Details
com/saptarshidebnath/lib/processrunner/configuration/Configuration.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.File' should be separated from previous import group. |
31 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
39 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
40 |
com/saptarshidebnath/lib/processrunner/constants/ProcessRunnerConstants.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.File' should be separated from previous import group. |
30 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
38 |
com/saptarshidebnath/lib/processrunner/output/LogHandler.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.File' should be separated from previous import group. |
10 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
27 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
28 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
75 |
com/saptarshidebnath/lib/processrunner/output/Output.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.File' should be separated from previous import group. |
34 |
com/saptarshidebnath/lib/processrunner/output/OutputImpl.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.File' should be separated from previous import group. |
36 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
43 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
44 |
com/saptarshidebnath/lib/processrunner/process/Runner.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.IOException' should be separated from previous import group. |
29 |
com/saptarshidebnath/lib/processrunner/process/RunnerFactory.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.IOException' should be separated from previous import group. |
31 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
34 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
35 |
com/saptarshidebnath/lib/processrunner/process/RunnerImpl.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.File' should be separated from previous import group. |
34 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
41 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
42 |
Warning |
javadoc |
SingleLineJavadoc |
Single-line Javadoc comment should be multi-line. |
44 |
com/saptarshidebnath/lib/processrunner/utilities/Threadify.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.util.concurrent.ExecutorService' should be separated from previous import group. |
4 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
12 |
com/saptarshidebnath/lib/processrunner/utilities/fileutils/GrepFile.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.BufferedReader' should be separated from previous import group. |
8 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
14 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
15 |
com/saptarshidebnath/lib/processrunner/utilities/fileutils/LogWriter.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.BufferedReader' should be separated from previous import group. |
7 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
15 |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
16 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
30 |
com/saptarshidebnath/lib/processrunner/utilities/fileutils/TempFile.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'java.io.File' should be separated from previous import group. |
4 |