java.lang.Object
edu.hm.hafner.analysis.registry.ParserDescriptor
edu.hm.hafner.analysis.registry.DryDescriptor
A descriptor for duplicate code parsers.
- Author:
- Ullrich Hafner
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.hm.hafner.analysis.registry.ParserDescriptor
ParserDescriptor.Option -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(Issue issue) Returns a detailed description of the specified issue.Methods inherited from class edu.hm.hafner.analysis.registry.ParserDescriptor
createParser, getHelp, getIconUrl, getId, getName, getPattern, getUrl, hasHelp, hasUrl
-
Field Details
-
HIGH_OPTION_KEY
Key to define minimum number of duplicate lines for high priority warnings.- See Also:
-
NORMAL_OPTION_KEY
Key to define minimum number of duplicate lines for normal priority warnings.- See Also:
-
-
Method Details
-
getDescription
Description copied from class:ParserDescriptorReturns a detailed description of the specified issue. If there is no additional description is available, then an empty String is returned.- Overrides:
getDescriptionin classParserDescriptor- Parameters:
issue- the issue to get the description for- Returns:
- the description
-