========================== Eclipse Checkstyle - TopicsExpress



          

========================== Eclipse Checkstyle Plugin ========================== Nice to meet you again! This is Phyo Pyae. Last week, I shared about the Code Formatter plugin. Did you use every time ? For this time, I would like to share about Checkstyle plugin of the Eclipse. We can also called eclipse-cs. This is the source code analyzer of the Eclipse IDE. Main purpose is to help programmers write java code according to the coding standard and to improve the quality of source code. Because its automatically inspect the java source code and pointing out the items that deviate from a defined set of the coding rules. This plugin can check immediately when you save your modified files and can give the feedback about the changes you made. It is interesting, isnt ? By the way, there are many kinds of check you can make for your source code. For example, Restricts nested boolean operators, Checks for empty blocks. etc. You can see the following link to know which kind of check provide for your source code by using Checkstyle. checkstyle.sourceforge.net/availablechecks.html Checkstyle can configure easily and can make to support almost any coding standard. You can check how to activate Checkstyle for a project at the following link. But you have to install plugin first. eclipse-cs.sourceforge.net/#!/project-setup Lets use checkstyle to improve the quality of source code. See you next time.
Posted on: Tue, 16 Dec 2014 10:38:41 +0000

Trending Topics



Recently Viewed Topics




© 2015