When using Eclipse with FindBugs can you mark a bug as not a bug and have it removed from the bug list?

前端 未结 3 1295
南笙
南笙 2021-02-01 21:02

FindBugs has found a potential bug in my code. But it is not a bug.

Is it possible to mark this occurrence as \'not a bug\' AND have it removed from the bug list?

<
3条回答
  •  攒了一身酷
    2021-02-01 21:26

    Probably by adding a filter as parameter of findbugs

    Match clauses can only match information that is actually contained in the bug instances

    
       
       
       
    
    

提交回复
热议问题