SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.3

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
2 12 0 0

Files

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

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() concatenates the result of a toString() call CORRECTNESS ISB_TOSTRING_APPENDING 223 Medium
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 191 High
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 206 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 219 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 228 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 239 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 244 High
Method net.jangaroo.smartsprites.maven.SmartSpritesMojo.execute() makes literal string comparisons passing the literal as an argument STYLE LSC_LITERAL_STRING_COMPARISON 250 High
Field only ever set to null: net.jangaroo.smartsprites.maven.SmartSpritesMojo.cssFiles CORRECTNESS UWF_NULL_FIELD 207 Medium