public interface IFindingDescriptionModifyingCheck
Implementers must also extend CheckImplementationBase
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
computeUpdatedFindingDescription()
Allows to override the default finding description (the default is the string
given in the "description" field of the
Check annotation) based on
the check options. |
java.lang.String computeUpdatedFindingDescription()
Check
annotation) based on
the check options.
This can be used to reflect complex check-option values in the
FindingDetailsPage if they can't be properly included in the finding message.
The finding description is the same for all findings of a given custom check
in a given project.
When this method is called, the check options are initialized and
CheckImplementationBase.initialize()
has been called.