Java Code Quality Control Eclipse Plugins 代码质量控制Eclipse插件

Categories: Development NotesJava; Tagged with: ; @ May 2nd, 2013 22:04

Several Eclipse plugins which can help to improve code quality.  all plugs can find from Eclipse Market.

1.  FindBugs

Find potential bugs for you.  “a program which uses static analysis to look for bugs in Java code

image

2. eCobertura

“eCobertura is a free Eclipse plugin for Cobertura – a Java code coverage reporting tool.”

With “eCobertura”, we can get an overview of code coverage within Eclipse.

image

BTW, This plugin hasn’t been updated for more than 2 years.

How to clear the code coverage highlighting?
Currently, no this feature (https://github.com/jmhofer/eCobertura/issues/8), but can reset by edit the java class.

3. CheckStyle

Help developer to check the coding style, for example, coding conversation, make sure the code is clean and neat.

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.

image

 

[to be continued]



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.