| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.naming |
Contains the Naming conventions checks
that are bundled with the main distribution.
|
| Class and Description |
|---|
| AbstractAccessControlNameCheck
Abstract class for checking a class member (field/method)'s name conforms to
a format specified by the format property.
|
| AbstractNameCheck
Abstract class for checking that names conform to a specified format.
|
| AbstractTypeParameterNameCheck
Abstract class for checking if a class/method type parameter's name
conforms to a format specified by the format property.
|
Copyright © 2001–2015. All rights reserved.