Package | Description |
---|---|
com.thomasjensen.checkstyle.addons.checks |
Common classes for all checks.
|
com.thomasjensen.checkstyle.addons.checks.coding |
Checks that find coding problems.
|
com.thomasjensen.checkstyle.addons.checks.misc |
Checks that find miscellaneous problems.
|
com.thomasjensen.checkstyle.addons.checks.regexp |
Checks that primarily apply regular expressions to stuff.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMethodCallCheck
Checks deriving from this type are aware of method calls occurring anywhere in the source, and get explicitly
notified when such calls are encountered.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalMethodCallCheck
Flags calls to methods with certain names.
|
class |
LostInstanceCheck
Checks that object instances created explicitly with
new are actually used for something. |
Modifier and Type | Class and Description |
---|---|
class |
LocationReferenceCheck
This check compares specified method arguments to the names of the current method or class.
|
class |
PropertyCatalogCheck
This check helps to keep a property file in sync with a piece of code that contains the property keys.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexpOnStringCheck
This check applies a regular expression to String literals found in the source.
|