The following document contains the results of SpotBugs
SpotBugs Version is 4.0.0
Threshold is medium
Effort is default
| Class | Bugs |
|---|---|
| de.tivsource.page.helper.barcode.CreateBarcode | 3 |
| de.tivsource.page.helper.pdf.CreateReservationPDF | 1 |
| de.tivsource.page.helper.sender.ReservationMail | 1 |
| 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 |
| 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 |
| 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 |