The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes | 
|---|---|---|---|
| 26 | 2 | 0 | 0 | 
| Class | Bugs | 
|---|---|
| org.apache.shardingsphere.infra.util.reflection.ReflectionUtils | 2 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Public method org.apache.shardingsphere.infra.util.reflection.ReflectionUtils.getStaticFieldValue(Class, String) uses reflection to modify a field it gets in its parameter which could increase the accessibility of any class. | MALICIOUS_CODE | REFLF_REFLECTION_MAY_INCREASE_ACCESSIBILITY_OF_FIELD | 89 | Medium | 
| Public method org.apache.shardingsphere.infra.util.reflection.ReflectionUtils.setStaticFieldValue(Class, String, Object) uses reflection to modify a field it gets in its parameter which could increase the accessibility of any class. | MALICIOUS_CODE | REFLF_REFLECTION_MAY_INCREASE_ACCESSIBILITY_OF_FIELD | 110 | Medium |