开发者

What bugs apply to the different FindBugs reportLevels?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜