Module edu.hm.hafner.analysis.model
Class FindBugsMessages.Pattern
java.lang.Object
edu.hm.hafner.analysis.parser.findbugs.FindBugsMessages.Pattern
- Enclosing class:
- FindBugsMessages
Bug pattern describing a bug type.
- Author:
- Ullrich Hafner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the shortDescription.getType()Returns the type.voidsetDescription(String description) Sets the description to the specified value.voidsetShortDescription(String shortDescription) Sets the shortDescription to the specified value.voidSets the type to the specified value.
-
Constructor Details
-
Pattern
public Pattern()
-
-
Method Details
-
getType
Returns the type.- Returns:
- the type
-
setType
Sets the type to the specified value.- Parameters:
type- the value to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description to the specified value.- Parameters:
description- the value to set
-
getShortDescription
Returns the shortDescription.- Returns:
- the shortDescription
-
setShortDescription
Sets the shortDescription to the specified value.- Parameters:
shortDescription- the value to set
-