
sonar
文章平均质量分 64
MyCsdn15
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SonarLint 扫描 Methods should not call same-class methods with incompatible “@Transactional“ values
Methods should not call same-class methods with incompatible "@Transactional" valuesWhen using Spring proxies, calling a method in the same class (e.g. this.aMethod()) with an incompatible @Transactional requirement will result in runtime exceptions bec..原创 2022-05-05 16:02:56 · 9468 阅读 · 2 评论 -
反射避开field.setAccessible(true); field.set(t, lineArray[i]); 赋值
Reflection should not be used to increase accessibility of classes, methods, or fields原创 2022-03-28 10:59:26 · 3533 阅读 · 0 评论