What bugs apply to the different FindBugs reportLevels?

核能气质少年 提交于 2019-12-10 17:26:02

问题


According to the Ant task, the report level is a low/medium/high setting that would look for bugs of different criticallity levels. However, 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?


回答1:


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.



来源:https://stackoverflow.com/questions/2638223/what-bugs-apply-to-the-different-findbugs-reportlevels

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!