The following document contains the results of SpotBugs
SpotBugs Version is 3.1.11
Threshold is medium
Effort is max
| Class | Bugs |
|---|---|
| org.microbean.configuration.spi.PropertiesConfiguration | 4 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Null pointer dereference of properties in org.microbean.configuration.spi.PropertiesConfiguration.getNames(AbstractResourceLoadingConfiguration$Resource) | CORRECTNESS | NP_ALWAYS_NULL | 148 | High |
| Load of known null value in org.microbean.configuration.spi.PropertiesConfiguration.getNames(AbstractResourceLoadingConfiguration$Resource) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 148 | Medium |
| Load of known null value in org.microbean.configuration.spi.PropertiesConfiguration.getRank(AbstractResourceLoadingConfiguration$Resource) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 158 | Medium |
| org.microbean.configuration.spi.PropertiesConfiguration is Serializable but its superclass doesn't define an accessible void constructor | BAD_PRACTICE | SE_NO_SUITABLE_CONSTRUCTOR | 40 | High |