摘要: Below is a list of some tools that can help you examine your Java source code for potential problems:1. PMD fromhttp://pmd.sourceforge.net/License: PMD is licensed under a "BSD-style" licensePMD scans Java source code and looks for potential problems like:* Possible bugs - empty try/catch/ 阅读全文
posted @ 2011-08-07 16:47 2012 阅读(974) 评论(0) 推荐(0) 编辑