Running sf code analyzer v5 against a package (about 350k lines of code) gets stuck for PMD. It reaches about 25% completion in a few minutes, but then stops progressing. I let it run for over 16 ...
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned ...