Package | Description |
---|---|
org.netbeans.api.lsp |
Modifier and Type | Method and Description |
---|---|
Diagnostic.Builder |
Diagnostic.Builder.addActions(Diagnostic.LazyCodeActions actions)
Set the actions associated with the diagnostic.
|
static Diagnostic.Builder |
Diagnostic.Builder.create(Position startPosition,
Position endPosition,
String description)
Create a new
Builder |
Diagnostic.Builder |
Diagnostic.Builder.setCode(String code)
Set the code of the diagnostic.
|
Diagnostic.Builder |
Diagnostic.Builder.setCodeDescription(URL codeDescription)
Set the URL, where the problem is described
|
Diagnostic.Builder |
Diagnostic.Builder.setSeverity(Diagnostic.Severity severity)
Set the severity of the diagnostic.
|