Checkstyle Results
The following document contains the results of Checkstyle 10.12.6 with checkstyle-4space.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
40 | 0 | 86 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | OverloadMethodsDeclarationOrder | 4 | ![]() |
imports | CustomImportOrder
|
30 | ![]() |
javadoc | InvalidJavadocPosition | 1 | ![]() |
JavadocParagraph | 37 | ![]() | |
naming | AbbreviationAsWordInName
|
1 | ![]() |
sizes | LineLength
|
13 | ![]() |
Details
amd/Quantize.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 41 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 41 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 45 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 45 |
![]() |
javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 82 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 396 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 396 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 401 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 401 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 405 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 405 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 407 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 407 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 410 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 410 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 459 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 459 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 462 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 462 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 490 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 490 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 494 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 494 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 498 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 498 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 732 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 732 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 755 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 755 |
org/carrot2/labs/smartsprites/SmartSprites.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.message.MessageLog' | 41 |
org/carrot2/labs/smartsprites/SmartSpritesParameters.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.message.Message.MessageLevel' | 44 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 79 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 79 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 81 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 81 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 84 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 84 |
![]() |
coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '310'. | 420 |
org/carrot2/labs/smartsprites/SpriteBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 44 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.message.LevelCounterMessageSink' | 59 |
![]() |
coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '128'. | 201 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 224 |
org/carrot2/labs/smartsprites/SpriteDirectiveOccurrenceCollector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 42 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.css.CssProperty' | 51 |
![]() |
coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '98'. | 195 |
![]() |
coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '143'. | 221 |
org/carrot2/labs/smartsprites/SpriteImage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.awt.image.BufferedImage' | 41 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.SpriteImageDirective.SpriteUidType' | 47 |
org/carrot2/labs/smartsprites/SpriteImageBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.awt.image.BufferedImage' | 42 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.imageio.ImageIO' | 54 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.math3.util.ArithmeticUtils' | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 125 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 127 |
org/carrot2/labs/smartsprites/SpriteImageDirective.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.awt.Color' | 43 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.css.CssProperty' | 50 |
org/carrot2/labs/smartsprites/SpriteImageRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.SmartSpritesParameters.PngDepth' | 42 |
org/carrot2/labs/smartsprites/SpriteLayoutProperties.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 42 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.SpriteImageDirective.SpriteImageLayout' | 46 |
org/carrot2/labs/smartsprites/SpriteReferenceDirective.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 42 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.css.CssProperty' | 45 |
org/carrot2/labs/smartsprites/SpriteReferenceOccurrence.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.SpriteImageDirective.SpriteImageLayout' | 41 |
org/carrot2/labs/smartsprites/ant/SmartSpritesTask.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.tools.ant.BuildException' | 45 |
org/carrot2/labs/smartsprites/css/CssSyntaxUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.message.Message' | 49 |
org/carrot2/labs/smartsprites/message/Message.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.SpriteImageDirective' | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 172 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 260 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 264 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 272 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 276 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 293 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 297 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 301 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 305 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 309 |
org/carrot2/labs/smartsprites/message/MessageLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 41 |
org/carrot2/labs/smartsprites/message/PrintStreamMessageSink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.message.Message.MessageLevel' | 41 |
org/carrot2/labs/smartsprites/resource/FileSystemResourceHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.io.FilenameUtils' | 52 |
org/carrot2/labs/smartsprites/resource/ResourceHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.carrot2.labs.smartsprites.SmartSpritesParameters' | 45 |
org/carrot2/util/BufferedImageUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'imgRGB' must contain no more than '1' consecutive capital letters. | 238 |
org/carrot2/util/ColorQuantizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'amd.Quantize' | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'amd.Quantize' import. Should be before 'java.awt.image.WritableRaster'. | 45 |
org/carrot2/util/FileUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.io.FilenameUtils' | 44 |
org/carrot2/util/PathUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 41 |
![]() |
javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 46 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 46 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 78 |