The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 1 | Warning |
imports | CustomImportOrder
|
16 | Warning |
javadoc | JavadocMethod
|
2 | Warning |
JavadocParagraph | 1 | Warning | |
misc | ArrayTypeStyle | 1 | Warning |
naming | AbbreviationAsWordInName
|
3 | Warning |
PackageName
|
3 | Warning | |
whitespace | FileTabCharacter
|
54 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | PackageName | Package name 'fr.in2p3.jsaga.adaptor.bes_genesis2.job' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.base.defaults.Default' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.bes.job.BesJobControlAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 6 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.job.control.JobControlAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.job.monitor.JobMonitorAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.IncorrectStateException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 28 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 35 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | PackageName | Package name 'fr.in2p3.jsaga.adaptor.bes_genesis2.job' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
Warning | imports | CustomImportOrder | Import statement for 'org.ggf.schemas.bes.x2006.x08.besFactory.ActivityStatusType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.IncorrectStateException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 6 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.PermissionDeniedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.TimeoutException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.base.defaults.Default' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.bes.job.BesJobMonitorAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.job.monitor.JobStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 24 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 35 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | PackageName | Package name 'fr.in2p3.jsaga.adaptor.bes_genesis2.job' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.bes.job.BesJobStatus' import. Should be before 'org.ggf.schemas.bes.x2006.x08.besFactory.ActivityStatusType'. | 7 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.SubState' import. Should be before 'org.ggf.schemas.bes.x2006.x08.besFactory.ActivityStatusType'. | 8 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 21 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 28 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 35 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |