Class | Description |
---|---|
AvoidObjectComparisonWithSelfCheckBase |
Base class for checks that analyze comparison expressions.
|
AvoidStringFormatInLogStatementsBase |
Base class for checks that look for String Interpolation in log statements.
|
CommentCheckBase |
Base class for checks which inspects all comments in a resource.
|
EntityCheckBase |
Base class for checks, that select a set of entities via xPath and inspect
each of these.
|
EntityFindingCheckBase |
Base class for checks that select a set of entities via xPath and create a
finding for each selected entity.
|
EntityFirstLineFindingCheckBase |
Base class for checks that select a set of entities via xPath and create a
finding on the first line for each selected entity.
|
EntityTokenCheckBase |
Base class for checks that select entities via xPath and process the tokens
of each selected entity.
|
EntityTokenPatternCheckBase |
Base class for tokens that create findings if a token pattern matches the
processed tokens.
|
EntityTokenSequenceFindingCheckBase |
Base class for checks that create findings on occurrences of token sequences.
|
HardCodedLiteralsCheckBase |
Base class for checks on hard-coded character literals.
|
ThrowExceptionCheckBase |
Base class for custom checks which reveal when exceptions are thrown.
|
TokenTextSequenceCheckBase |
Base class for checks creating a finding for certain token text sequences.
|
TopLevelTypeCheckBase |
Base class for checks that analyze top-level types.
|
UnwantedExpressionInCommentCheckBase |
Base class for checks which find unwanted expressions in any comment in a
resource.
|
UnwantedMethodCallsCheckBase |
Parent class that provides the basic functionality for detecting
language-specific unwanted calls.
|