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

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


    from 8e7f1ca057 Added java regex flags for text matching and Example 
generator from r… (#3252)
     add fac4bafe35 Prevent failure on non-path locations.
     add 74f17f1603 Process settings file.
     add 0fa7be1c57 Merge pull request #4067 from sdedic/gradle/report-path-fix
     add ddbc14a0d3 new nb module project wizzard improvements.
     add 8bc0bf1a81 NbmWizardPanelVisual cleanup: lambdas, boxing, diamonds etc.
     add bcad1ba512 Merge pull request #4070 from mbien/nbm-wizzard-version-fix
     add d1de9d57a2 Smart stepping implemented for Groovy. 
SmartSteppingFilterWrapper introduced as a step-specific filter.
     add 35437b17bc Merge pull request #4073 from ebarboni/deliverymissingpr2
     new d0bfe60290 Merge pull request #4075 from apache/delivery

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:
 .../maven/apisupport/NbmWizardPanelVisual.java     | 232 ++++++++-------------
 .../org/netbeans/modules/gradle/GradleReport.java  |  10 +-
 .../gradle/loaders/LegacyProjectLoader.java        |   2 +-
 .../groovy/support/debug/GroovySmartStepping.java  | 105 ++++++++++
 .../spi/debugger/jpda/SmartSteppingCallback.java   |  13 +-
 .../debugger/jpda/ui/SmartSteppingImpl.java        |  12 +-
 .../ui/actions/JPDAMethodChooserFactoryUIImpl.java |   6 +
 .../modules/debugger/jpda/JPDADebuggerImpl.java    |  11 +-
 .../modules/debugger/jpda/JPDAStepImpl.java        |  36 +---
 .../jpda/actions/SmartSteppingFilterImpl.java      |  47 +----
 .../jpda/actions/SmartSteppingFilterWrapper.java   |  87 ++++++++
 .../debugger/jpda/actions/StepActionProvider.java  |  49 +++--
 .../debugger/jpda/actions/StepIntoNextMethod.java  |  41 ++--
 13 files changed, 388 insertions(+), 263 deletions(-)
 create mode 100644 
groovy/groovy.support/src/org/netbeans/modules/groovy/support/debug/GroovySmartStepping.java
 create mode 100644 
java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/actions/SmartSteppingFilterWrapper.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to