Search for commented-out code across files in Eclipse

前端 未结 6 764
难免孤独
难免孤独 2021-02-08 13:23

Is there a quick way to find all the commented-out code across Java files in Eclipse? Any option in Search, perhaps, or any add-on that can do this?

It should be able to

6条回答
  •  花落未央
    2021-02-08 14:01

    Sonar can do it: http://www.sonarsource.org/commented-out-code-eradication-with-sonar/

提交回复
热议问题