Posted on Wednesday, May 28 @ 11:11:18 CEST by jsurfer
Contributed by: Anonymous
Version 3.1 of the Eclipse Checkstyle plug-in is now available for download.
Checkstyle is a development tool written by Oliver Burn to help you ensure that your Java code adheres to a set of coding standards. Checkstyle does this by inspecting your Java source code and pointing out items that deviate from a defined set of coding rules. The full Checkstyle distribution is included with the plug-in. In addition to using the Eclipse Checkstyle plug-in you can also use Checkstyle from the command line or as part of an Ant build.
With the Checkstyle Eclipse plug-in your code is constantly inspected for problems. Within the Eclipse workbench you are notified of problems via the task window and source code markers just as you would see with compiler errors or warnings. The current release of the Eclipse plug-in runs the tree-walker checks from Checkstyle. These checks only check individual Java source files. A future release of the plug-in may include Checkstyle checks that span across multiple files.
To get the plug-in go to the project's SourceForge home page at:
http://eclipse-cs.sourceforge.net. If you are interested in receiving future notifications please join the plug-in's 'Announce' mailing list on the SourceForge site.
Enjoy,
Dave
|
| |
 |
|
Related Links |
 |
|
|