See: Description
Interface | Description |
---|---|
MatchSuppressor |
Represents a suppressor for matches.
|
Class | Description |
---|---|
CommentSuppressor |
Implementation of a
MatchSuppressor that suppresses based on
whether in a comment. |
DetectorOptions |
Options for a detector.
|
MultilineDetector |
A detector that matches across multiple lines.
|
NeverSuppress |
An implementation of
MatchSuppressor that never suppresses a
match. |
RegexpCheck |
A check that makes sure that a specified pattern exists (or not) in the file.
|
RegexpMultilineCheck |
Implementation of a check that looks that matches across multiple lines in
any file type.
|
RegexpOnFilenameCheck |
Implementation of a check that looks for a file name and/or path match (or
mis-match) against specified patterns.
|
RegexpSinglelineCheck |
Implementation of a check that looks for a single line in any file type.
|
RegexpSinglelineJavaCheck |
Implementation of a check that looks for a single line in Java files.
|
SinglelineDetector |
A detector that matches individual lines.
|