Status | Fully Qualified Name |
MODIFIED | org.eclipse.lsp4j.debug.Capabilities |
MODIFIED | org.eclipse.lsp4j.debug.DataBreakpointInfoArguments |
MODIFIED | org.eclipse.lsp4j.debug.EvaluateArguments |
MODIFIED | org.eclipse.lsp4j.debug.EvaluateResponse |
MODIFIED | org.eclipse.lsp4j.debug.InitializeRequestArguments |
NEW | org.eclipse.lsp4j.debug.LocationsArguments |
NEW | org.eclipse.lsp4j.debug.LocationsResponse |
MODIFIED | org.eclipse.lsp4j.debug.OutputEventArguments |
MODIFIED | org.eclipse.lsp4j.debug.ScopePresentationHint |
MODIFIED | org.eclipse.lsp4j.debug.services.IDebugProtocolServer |
MODIFIED | org.eclipse.lsp4j.debug.SetExpressionResponse |
MODIFIED | org.eclipse.lsp4j.debug.SetVariableResponse |
MODIFIED | org.eclipse.lsp4j.debug.Variable |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Boolean | getSupportsANSIStyling() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | java.lang.Boolean | getSupportsDataBreakpointBytes() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setSupportsANSIStyling(java.lang.Boolean) |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setSupportsDataBreakpointBytes(java.lang.Boolean) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Boolean | getAsAddress() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | java.lang.Integer | getBytes() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setAsAddress(java.lang.Boolean) |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setBytes(java.lang.Integer) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Integer | getColumn() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | java.lang.Integer | getLine() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | org.eclipse.lsp4j.debug.Source | getSource() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setColumn(java.lang.Integer) |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setLine(java.lang.Integer) |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setSource(org.eclipse.lsp4j.debug.Source) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Integer | getValueLocationReference() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setValueLocationReference(java.lang.Integer) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Boolean | getSupportsANSIStyling() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setSupportsANSIStyling(java.lang.Boolean) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | LocationsArguments() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | java.lang.Integer | getLocationReference()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | setLocationReference(java.lang.Integer) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | LocationsResponse() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | java.lang.Integer | getColumn() |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | java.lang.Integer | getEndColumn() |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | java.lang.Integer | getEndLine() |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | java.lang.Integer | getLine()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | org.eclipse.lsp4j.debug.Source | getSource()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | setColumn(java.lang.Integer) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | setEndColumn(java.lang.Integer) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | setEndLine(java.lang.Integer) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | setLine(java.lang.Integer) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | setSource(org.eclipse.lsp4j.debug.Source) |
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Integer | getLocationReference() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setLocationReference(java.lang.Integer) |
Compatibility Changes:
|
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | RETURN_VALUE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||
NEW | public | n.a. | java.util.concurrent.CompletableFuture <..>
|
locations(org.eclipse.lsp4j.debug.LocationsArguments)
Annotations:
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Integer | getValueLocationReference() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setValueLocationReference(java.lang.Integer) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Integer | getValueLocationReference() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setValueLocationReference(java.lang.Integer) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | java.lang.Integer | getDeclarationLocationReference() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | java.lang.Integer | getValueLocationReference() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setDeclarationLocationReference(java.lang.Integer) |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | void | setValueLocationReference(java.lang.Integer) |
Compatibility Changes:
|
|