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

前端 未结 3 1353
南笙
南笙 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:43

    on another hand - if you are using such automated code review tool that highlights potential problems according to widely known recommendations, maybe you should adhere to it's recommendations? think of people who will be maintaining code after you.

    what if the code changes after time?

提交回复
热议问题