Hi,the real problem is that if I mark issue as false-positive (or even wont-fix) the issue is still listed in all lists.
Next time when I have a bit of time to fix something, I have to search trough list of "irrelevant" tickets. So"real" problems can slip because of lots of noise. Maybe something like "ignore for now" would work. Or
maybe just adding a filter.There are other small issues like when I mark something as false-positive I expect that system will ignoresaid "problem" in every metric. If technical debt gets updated why other metrics stay? When I resolve problemas "false-positive", tooltip says "Its effort won't be counted." so I expected that everything gets updated.Is there any documentation which explains some background?PS:In this case we have class with huge list of allowed values. Child classes redefine this set to other values. Allclasses are marked as duplicate code because sonar ignores differences in literals.Maybe there is better way,
but we cannot change this. So we decided to mark it as false-positive (but wont-fix doesn't work either).thanks