Business Studies, asked by kary9568, 1 year ago

How viable and relevant is pmd

Answers

Answered by Anand0647
0
We are introducing static analysis tools into the build system for our Java product. We are using Maven2 so Checkstyle and PMDintegration come for free. However it looks like there is a large overlap in functionality between these two tools, in terms of enforcing basic style rules.

Is there a benefit from utilizing both of these? I don't want to maintain 2 tools if one will work. If we choose one, which one should we use and why?

We are also planning on using FindBugs. Are there other static analysis tools we should look at?

Similar questions