SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is medium
Effort is default
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 26 | 2 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| org.apache.shardingsphere.infra.util.reflection.ReflectionUtils | 2 |
org.apache.shardingsphere.infra.util.reflection.ReflectionUtils
| 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 |
