flex-pmd

Is there a tool that can track unused code automatically

こ雲淡風輕ζ 提交于 2019-12-24 02:28:16
问题 I currently have 6 different flex applications (widgets) that run on a main page. They all depend on one common library project. I am currently cleaning up the codebase quite dramatically and it is hard to keep overview this way especially since I inherited the codebase. Does anyone know a tool that can automatically inform me of any dead code? Cheers 回答1: There are a few tools out there. I'd start with this one from Adobe; which I believe is written as an eclipse plugin. FlexPMD is another