Just saw this and thought I would throw this in for posterity. To suppress for just one block rather than the whole method, you can use a line comment:
//noinspection Duplicates
(I also find it handy to do this for unchecked)
(I'm using version 2016-2, but I think this has been around awhile)