ci.jenkins.io / CheckStyle
failed
Jul 7, 2024 in 0s
2 new issues
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
2 | 2 | 0 | 0 | 👎 |
Reference build: Tools » plugin-modernizer-tool » main #34
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
2 | 0 | 0 | 0 |
Annotations
ci-jenkins-io / CheckStyle
CustomImportOrderCheck
ERROR:
Extra separation in import group before 'org.apache.maven.artifact.versioning.ComparableVersion'
Raw output
<p>Since Checkstyle 5.8</p><p> Checks that the groups of import declarations appear in the order specified by the user. If there is an import but its group is not specified in the configuration such an import should be placed at the end of the import list. </p><p><a href="#CustomImportOrder_Examples">Examples section</a> contains examples that work with default formatter configurations of Eclipse, IntelliJ IDEA and NetBeans </p>
ci-jenkins-io / CheckStyle
CustomImportOrderCheck
ERROR:
Wrong lexicographical order for 'org.apache.maven.artifact.versioning.ComparableVersion' import. Should be before 'org.slf4j.LoggerFactory'.
Raw output
<p>Since Checkstyle 5.8</p><p> Checks that the groups of import declarations appear in the order specified by the user. If there is an import but its group is not specified in the configuration such an import should be placed at the end of the import list. </p><p><a href="#CustomImportOrder_Examples">Examples section</a> contains examples that work with default formatter configurations of Eclipse, IntelliJ IDEA and NetBeans </p>
Loading