Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Unit Testing Using Mockito and JUnit

You're reading from  Mastering Unit Testing Using Mockito and JUnit

Product type Book
Published in Jul 2014
Publisher
ISBN-13 9781783982509
Pages 314 pages
Edition 1st Edition
Languages
Author (1):
Sujoy Acharya Sujoy Acharya
Profile icon Sujoy Acharya

Working with the Checkstyle plugin


This section covers the Checkstyle static analysis tool and how to configure Eclipse with Checkstyle. Checkstyle verifies the following rules:

  • Missing Javadoc comments

  • The use of magic numbers

  • Naming conventions of variables and methods

  • Method's argument length and line lengths

  • The use of imports

  • The spaces between some characters

  • The good practices of class construction

  • Duplicated code

The Checkstyle plugin can be downloaded from http://sourceforge.net/projects/eclipse-cs/, or you can install it through Eclipse Marketplace. Just search for Checkstyle.

Perform the following steps to configure the Checkstyle Eclipse plugin:

  1. Click on the Install New Software menu; Eclipse will open a new wizard.

  2. Click on the Add button and a new Add Repository pop up will appear.

  3. Click on the Archive... button and browse to the downloaded ZIP file's location.

  4. Select defaults, finish installation, and restart Eclipse.

The following screenshot shows the Checkstyle components to be installed...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}