SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is low
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
20 |
10 |
0 |
0 |
io.github.rose.xxljob.config.XxlJobExecutorConfiguration
Bug |
Category |
Details |
Line |
Priority |
io.github.rose.xxljob.core.XxlJobAutoRegister
Bug |
Category |
Details |
Line |
Priority |
Private method io.github.rose.xxljob.core.XxlJobAutoRegister.addJobGroup(String) is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
79-82 |
Low |
XxlJobAutoRegister.applicationContext not initialized in constructor and dereferenced in io.github.rose.xxljob.core.XxlJobAutoRegister.addJobInfo(XxlJobGroup) |
STYLE |
UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR |
85 |
Low |
io.github.rose.xxljob.model.XxlJobGroup
Bug |
Category |
Details |
Line |
Priority |
io.github.rose.xxljob.model.XxlJobGroup is Serializable; consider declaring a serialVersionUID |
BAD_PRACTICE |
SE_NO_SERIALVERSIONID |
24-97 |
Low |
io.github.rose.xxljob.model.XxlJobInfo
Bug |
Category |
Details |
Line |
Priority |
io.github.rose.xxljob.model.XxlJobInfo is Serializable; consider declaring a serialVersionUID |
BAD_PRACTICE |
SE_NO_SERIALVERSIONID |
21-261 |
Low |
io.github.rose.xxljob.service.impl.JobGroupServiceImpl
Bug |
Category |
Details |
Line |
Priority |
Possible null pointer dereference in io.github.rose.xxljob.service.impl.JobGroupServiceImpl.autoRegisterGroup(String, String) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
88 |
Medium |
Possible null pointer dereference in io.github.rose.xxljob.service.impl.JobGroupServiceImpl.getJobGroup(String) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
63 |
Medium |
io.github.rose.xxljob.service.impl.JobInfoServiceImpl
Bug |
Category |
Details |
Line |
Priority |
Possible null pointer dereference in io.github.rose.xxljob.service.impl.JobInfoServiceImpl.executeAction(String, MultiValueMap) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
131 |
Medium |
Possible null pointer dereference in io.github.rose.xxljob.service.impl.JobInfoServiceImpl.listJob(Integer, String) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
84 |
Medium |
io.github.rose.xxljob.service.impl.JobLoginServiceImpl
Bug |
Category |
Details |
Line |
Priority |
Possible null pointer dereference in io.github.rose.xxljob.service.impl.JobLoginServiceImpl.login() due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
72 |
Medium |