SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is medium
Effort is default
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 10 | 5 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| org.dynamoframework.importer.impl.BaseFixedLengthImporter | 1 |
| org.dynamoframework.importer.impl.BaseXlsImporter | 4 |
org.dynamoframework.importer.impl.BaseFixedLengthImporter
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.dynamoframework.importer.impl.BaseFixedLengthImporter.countRows(byte[], int): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 49 | High |
org.dynamoframework.importer.impl.BaseXlsImporter
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Do not catch NullPointerException like in org.dynamoframework.importer.impl.BaseXlsImporter.getDateValue(Cell) | STYLE | DCN_NULLPOINTER_EXCEPTION | 172 | Medium |
| Do not catch NullPointerException like in org.dynamoframework.importer.impl.BaseXlsImporter.getDateValue(Cell) | STYLE | DCN_NULLPOINTER_EXCEPTION | 179 | Medium |
| Do not catch NullPointerException like in org.dynamoframework.importer.impl.BaseXlsImporter.getNumericValue(Cell) | STYLE | DCN_NULLPOINTER_EXCEPTION | 210 | Medium |
| Do not catch NullPointerException like in org.dynamoframework.importer.impl.BaseXlsImporter.getNumericValue(Cell) | STYLE | DCN_NULLPOINTER_EXCEPTION | 229 | Medium |