This is an automated email from the ASF dual-hosted git repository.
lahodaj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from d4fcefb1901 Merge pull request #9408 from matthiasblaesing/readme
add ffcb0dce336 Breakpoints for lambdas.
new 4a49cded59a Merge pull request #9285 from lahodaj/lambda-breakpoint
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../netbeans/api/debugger/jpda/LineBreakpoint.java | 31 +-
.../debugger/jpda/ui/breakpoints/Bundle.properties | 7 +
.../jpda/ui/breakpoints/LineBreakpointPanel.form | 42 +-
.../jpda/ui/breakpoints/LineBreakpointPanel.java | 51 +++
.../jpda/ui/models/BreakpointsNodeModel.java | 28 +-
.../debugger/jpda/ui/models/Bundle.properties | 3 +
java/debugger.jpda/nbproject/project.xml | 3 +-
.../jpda/breakpoints/BreakpointsReader.java | 6 +
.../jpda/breakpoints/LineBreakpointImpl.java | 78 ++++
.../jpda/ExpressionLambdaBreakpointTest.java | 251 ++++++++++-
...=> ExpressionLambdaBreakpointMultiLineApp.java} | 6 +-
java/java.lsp.server/nbproject/project.xml | 43 +-
.../modules/java/lsp/server/LspArgsProcessor.java | 2 +-
.../lsp/server/debugging/DebugAdapterContext.java | 23 +
.../lsp/server/debugging/NbProtocolServer.java | 82 ++++
.../debugging/breakpoints/BreakpointsManager.java | 99 +++--
.../server/debugging/breakpoints/NbBreakpoint.java | 48 +-
.../breakpoints/NbBreakpointsRequestHandler.java | 21 +-
.../server/debugging/launch/NbLaunchDelegate.java | 6 +-
.../lsp/server/debugging/DebuggerServerTest.java | 489 +++++++++++++++++++++
20 files changed, 1239 insertions(+), 80 deletions(-)
copy
java/debugger.jpda/test/unit/src/org/netbeans/api/debugger/jpda/testapps/{ExpressionLambdaBreakpointApp.java
=> ExpressionLambdaBreakpointMultiLineApp.java} (90%)
create mode 100644
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/debugging/DebuggerServerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists