摘要: Source Monitor is a code analyzing tool that is capable of finding the complexity for Java, C++、C、C#、Delphi、Visual Basic and HTML source codes. It's a... 阅读全文
posted @ 2015-05-21 23:27 TU_HZ 阅读(321) 评论(0) 推荐(0) 编辑
摘要: FindBugs is an useful tool that can find potential problematic code in your Java program. It differs from CheckStyle and PMD in that it analyzes Java ... 阅读全文
posted @ 2015-05-21 22:52 TU_HZ 阅读(131) 评论(0) 推荐(0) 编辑
摘要: In this tutorial I'll introduce another tool to help find possible problems in your code, PMD. It will check for empty blocks, unused variables or par... 阅读全文
posted @ 2015-05-21 20:58 TU_HZ 阅读(213) 评论(0) 推荐(0) 编辑
摘要: StyleCheck is an application that helps you to make sure your code comforms to the standard coding style.This tutorial will walk you through the insta... 阅读全文
posted @ 2015-05-21 20:32 TU_HZ 阅读(125) 评论(0) 推荐(0) 编辑