This is an automated email from the ASF dual-hosted git repository.

entl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 9a25ef5  Merge pull request #3184 from sdedic/bugfix/javadoc-resolve
     new e421147  Performance optimizations to speed up remote debugging.
     new 3584df0  Correction of layer location and thread filtering.

The 2 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:
 .../debugger/jpda/DeadlockDetectorImpl.java        |  44 ++--
 .../debugger/jpda/JDIExceptionReporter.java        |  16 +-
 .../modules/debugger/jpda/JPDADebuggerImpl.java    | 223 ++++++++++++---------
 .../modules/debugger/jpda/SingleThreadWatcher.java |   5 +-
 .../debugger/jpda/actions/StepActionProvider.java  |   3 +
 .../debugger/jpda/models/JPDAThreadGroupImpl.java  |  11 +-
 .../debugger/jpda/models/JPDAThreadImpl.java       | 122 ++++++-----
 .../debugger/jpda/models/ObjectTranslation.java    | 115 +++++++++--
 .../modules/debugger/jpda/models/ThreadsCache.java |  17 --
 .../modules/debugger/jpda}/Bundle.properties       |   2 +-
 .../netbeans/modules/nbcode/integration/layer.xml  |   3 +
 .../lsp/server/debugging/NbProtocolServer.java     | 154 +++++++-------
 .../variables/NbVariablesRequestHandler.java       | 104 +++++-----
 13 files changed, 483 insertions(+), 336 deletions(-)
 copy 
{apisupport/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/src/org/netbeans/examples/modules/lib
 => 
java/java.lsp.server/nbcode/branding/modules/org-netbeans-modules-debugger-jpda.jar/org/netbeans/modules/debugger/jpda}/Bundle.properties
 (95%)

---------------------------------------------------------------------
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

Reply via email to