Are there any tools out there to refactor the coding-style of a java code base?

前端 未结 6 1249
时光说笑
时光说笑 2021-02-06 06:57

Normally, when doing some work on an existing project, I would just go with whatever style is already established in the code base. But our team has to maintain multiple small t

6条回答
  •  故里飘歌
    2021-02-06 07:54

    FindBugs is a very good tool for code static analysis. It really explores potential bugs and is easy to integrate in IDE and build tools.

提交回复
热议问题