See: Description
| Interface | Description |
|---|---|
| MatchSuppressor |
Represents a suppressor for matches.
|
| Class | Description |
|---|---|
| DetectorOptions |
Options for a detector.
|
| NeverSuppress |
An implementation of
MatchSuppressor that never suppresses a
match. |
| RegexpCheck |
A check that makes sure that a specified pattern exists, exists less than
a set number of times, or does not exist in the file.
|
| RegexpMultilineCheck |
A check for detecting that matches across multiple lines.
|
| RegexpOnFilenameCheck |
Implementation of a check that looks for a file name and/or path match (or
mis-match) against specified patterns.
|
| RegexpSinglelineCheck |
A check for detecting single lines that match a supplied regular expression.
|
| RegexpSinglelineJavaCheck |
A check for detecting single lines that match a supplied
regular expression in Java files.
|
Copyright © 2001-2019. All Rights Reserved.