SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.9.3

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
2 11 0 1

Files

Class Bugs
com.github.hazendaz.maven.smartsprites_maven_plugin.HelpMojo 1
net.jangaroo.smartsprites.maven.SmartSpritesMojo 10

com.github.hazendaz.maven.smartsprites_maven_plugin.HelpMojo

Bug Category Details Line Priority
The use of DocumentBuilder.parse(...) (DocumentBuilder) is vulnerable to XML External Entity attacks SECURITY XXE_DOCUMENT 77 Medium

net.jangaroo.smartsprites.maven.SmartSpritesMojo

Bug Category Details Line Priority
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 192 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 193 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 194 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 207 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 220 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 229 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 240 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 245 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 251 High
Field only ever set to null: net.jangaroo.smartsprites.maven.SmartSpritesMojo.cssFiles CORRECTNESS UWF_NULL_FIELD 208 Medium