Is it possible to disable duplicate code detection in Intellij?

后端 未结 5 2054
傲寒
傲寒 2020-12-07 11:18

Is it possible to disable duplicate code detection in Intellij?

I haven\'t found this feature to be useful and it continues to distract me.

5条回答
  •  粉色の甜心
    2020-12-07 12:11

    Add a hint to your code so that others will know your intent:

    @SuppressWarnings("Duplicates")
    

提交回复
热议问题