开发者

What bugs apply to the different FindBugs reportLevels?

开发者 https://www.devze.com 2022-12-27 01:53 出处:网络
According to the Ant task, the report level is a low/medium/high setting that would look for bugs of different criticallity levels.However,开发者_如何学JAVA there isn\'t anything I could find that exp

According to the Ant task, the report level is a low/medium/high setting that would look for bugs of different criticallity levels. However,开发者_如何学JAVA there isn't anything I could find that explains which of the bugs apply to these different reporting levels.

Is there somewhere that provides this, even if it is something I need to look at within the source?


Unfortunately the association between the bug type and the priority is in the detector code itself. In fact, the same bug type can be reported at different priorities depending on how confident the detector is that it is a bug.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号