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 |
---|---|---|---|
14 | 7 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.dynamoframework.export.impl.BaseExcelExportTemplate | 2 |
org.dynamoframework.export.impl.BaseXlsStyleGenerator | 5 |
org.dynamoframework.export.impl.BaseExcelExportTemplate
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.dynamoframework.export.impl.BaseExcelExportTemplate.getWorkbook() may expose internal representation by returning BaseExcelExportTemplate.workbook | MALICIOUS_CODE | EI_EXPOSE_REP | 75 | Medium |
org.dynamoframework.export.impl.BaseExcelExportTemplate.setWorkbook(Workbook) may expose internal representation by storing an externally mutable object into BaseExcelExportTemplate.workbook | MALICIOUS_CODE | EI_EXPOSE_REP2 | 76 | Medium |
org.dynamoframework.export.impl.BaseXlsStyleGenerator
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.dynamoframework.export.impl.BaseXlsStyleGenerator.getCellStyle(int, AbstractEntity, Object, AttributeModel) may expose internal representation by returning BaseXlsStyleGenerator.normal | MALICIOUS_CODE | EI_EXPOSE_REP | 173 | Medium |
org.dynamoframework.export.impl.BaseXlsStyleGenerator.getHeaderStyle(int) may expose internal representation by returning BaseXlsStyleGenerator.headerStyle | MALICIOUS_CODE | EI_EXPOSE_REP | 138 | Medium |
org.dynamoframework.export.impl.BaseXlsStyleGenerator.getTotalsStyle(Class, AttributeModel) may expose internal representation by returning BaseXlsStyleGenerator.fractionalStyle | MALICIOUS_CODE | EI_EXPOSE_REP | 222 | Medium |
org.dynamoframework.export.impl.BaseXlsStyleGenerator.getTotalsStyle(Class, AttributeModel) may expose internal representation by returning BaseXlsStyleGenerator.percentageStyle | MALICIOUS_CODE | EI_EXPOSE_REP | 217 | Medium |
new org.dynamoframework.export.impl.BaseXlsStyleGenerator(DynamoProperties, Workbook) may expose internal representation by storing an externally mutable object into BaseXlsStyleGenerator.workbook | MALICIOUS_CODE | EI_EXPOSE_REP2 | 83 | Medium |