vogella.de

Follow me on twitter
About Lars Vogel
Flattr this

Checkstyle in Eclipse

Lars Vogel

Version 0.5

03.08.2009

Revision History
Revision 0.118.03.2008Lars Vogel
Created
Revision 0.2 - 0.5 18.05.2008 - 03.08.2009Lars Vogel
bugfixed and updates

Checkstyles

This article will describe the usage of the Checkstyle plugins for Eclipse.


Table of Contents

1. Checkstyle
2. Checkstyle
2.1. Overview
2.2. Installation
2.3. Configuration
2.4. Using common Checkstyle rules for teams
2.5. Using Checkstyle in your projects
3. Thank you
4. Questions and Discussion
5. Download

1. Checkstyle

Checkstyle checks if the Java code is according to certain standards hence ensuring a certain quality of the coding.

2. Checkstyle

2.1.  Overview

Checkstyle is a tool to help ensuring that your Java code adheres to a set of coding standards

2.2.  Installation

http://eclipse-cs.sourceforge.net/update Update site for the Eclipse Checkstyle Plugin.

Please see Eclipse Update Manager for more information on how to use the update manager.

If you developing with Eclipse, make sure to select the Sun Conventions (Eclipse) under Window -> Preferences -> Checkstyle. Press the "Set as Default" after selecting the right entry.

2.3. Configuration

You can turn of certain checks. If you change settings from the standard profile you should always make a copy of the existing profile.

To customizine your check, first make a copy of the checks

Select your new configuration and press Configure. De-activate for example the checks for Javadoc Comments.

Make this new setting your default one.

2.4.  Using common Checkstyle rules for teams

For teams it is good to follow the same coding style rules.

The Eclipse checkstyle plugin allows this by proving a remote site for the checkstyle settings.

Press new in the settings. Select "Remote Configuration". Give the rule set a description and then type in the URL you want to use for the settings.

Make this new setting your default one.

2.5.  Using Checkstyle in your projects

Make your new profile the default one.

You need to activate the Eclipse Checkstyle Plugin for your project. Right click on your project and search for Checkstyle. Select the checkbox "Checkstyle active for this project".

You can use the checkstyle browser view to display the violations.

3. Thank you

Thank you for practicing with this tutorial.

I maintain this tutorial in my private time. If you like the information please help me by using flattr or donating or by recommending this tutorial to other people.

Flattr this

4. Questions and Discussion

Before posting questions, please see the vogella FAQ . If you have questions or find an error in this article please use the www.vogella.de Google Group . I have created a short list how to create good questions which might also help you. .

5. Download

http://www.vogella.de/articles/EclipseCodeAnalysis/download/checkstyletemplate.xml My personal Checkstyle settings for Eclipse Plugin Development