Package | Description |
---|---|
com.sap.cds.reflect.impl.reader.issuecollector |
Modifier and Type | Method and Description |
---|---|
IssueType |
Issue.getType() |
static IssueType |
IssueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueType[] |
IssueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Issue |
Issue.create(IssueType type,
String location,
String message,
String reporter) |
static Stream<Issue> |
IssueCollectorFactory.filterIssues(IssueType type) |
static boolean |
IssueCollectorFactory.hasIssues(IssueType type) |
Copyright © 2021 SAP. All rights reserved.