SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.0.0

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
4 5 0 0

de.tivsource.page.helper.barcode.CreateBarcode

Bug Category Details Line Priority
Unread field: de.tivsource.page.helper.barcode.CreateBarcode.antiAlias; should this field be static? PERFORMANCE SS_SHOULD_BE_STATIC 32 Medium
Unread field: de.tivsource.page.helper.barcode.CreateBarcode.dpi; should this field be static? PERFORMANCE SS_SHOULD_BE_STATIC 30 Medium
Unread field: de.tivsource.page.helper.barcode.CreateBarcode.orientation; should this field be static? PERFORMANCE SS_SHOULD_BE_STATIC 33 Medium

de.tivsource.page.helper.pdf.CreateReservationPDF

Bug Category Details Line Priority
Exceptional return value of java.io.File.delete() ignored in de.tivsource.page.helper.pdf.CreateReservationPDF.close() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 153 Medium

de.tivsource.page.helper.sender.ReservationMail

Bug Category Details Line Priority
Exceptional return value of java.io.File.delete() ignored in de.tivsource.page.helper.sender.ReservationMail.send() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 266 Medium