With PMD, if you want to ignore a specific warning, you can use // NOPMD
to have that line be ignored.
Is there something similar for FindBugs?
With PMD, if you want to ignore a specific warning, you can use // NOPMD
to have that line be ignored.
Is there something similar for FindBugs?