Levi.u 在 Sonar代码规范真是折磨人啊 中发帖
Sonar检测出一堆问题 无从下手 本来打算摸摸鱼的周五被这点玩意折磨了一天
改掉几十个BeanUtils.copyProperties不让用的
改掉几十个log.info不让传参数的
还有几十个不让new File(“”)传filePath的到现在也改不掉 有没有佬改过这个 给点思路
下面是sonar给的示例 按照示例改屁用没有也是让我很是意外
A file is opened to read its content. The filename comes from an input parameter. If an unfiltered parameter is passed to this file API, files from an arbitrary filesystem location could be read.
This rule identifies po...