Class IssueParser
java.lang.Object
org.eclipse.jetty.toolchain.version.issues.IssueParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseKnownIssue
(String rawissue) Parse a known issue (such as " + 341235 Bug Text Goes Here")parsePossibleIssue
(String rawissue) Parse a possible issue, if provided line has no Issue ID pattern match, a null is returned.
-
Field Details
-
REGEX_ISSUE_BULLET
- See Also:
-
issue_id_patterns
-
-
Constructor Details
-
IssueParser
public IssueParser()
-
-
Method Details
-
parseKnownIssue
Parse a known issue (such as " + 341235 Bug Text Goes Here") -
parsePossibleIssue
Parse a possible issue, if provided line has no Issue ID pattern match, a null is returned.
-