This is an automated email from the ASF dual-hosted git repository. skygo pushed a change to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git
omit 74e1e5f91c Merge pull request #4007 from mbien/nbm-wizzard-version-fix omit 28b6c66af7 Merge pull request #4004 from entlicher/GroovySmartStepping omit 8bc0bf1a81 NbmWizardPanelVisual cleanup: lambdas, boxing, diamonds etc. omit ddbc14a0d3 new nb module project wizzard improvements. omit 74580fc2e7 Smart stepping implemented for Groovy. SmartSteppingFilterWrapper introduced as a step-specific filter. add 217f7df8f4 updated nb-javac18 plugin version and description (#4010) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (74e1e5f91c) \ N -- N -- N refs/heads/delivery (217f7df8f4) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../maven/apisupport/NbmWizardPanelVisual.java | 232 +++++++++++++-------- .../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 ++-- java/libs.nbjavacapi/manifest.mf | 2 +- .../netbeans/modules/nbjavac/api/Bundle.properties | 2 +- 13 files changed, 262 insertions(+), 381 deletions(-) delete mode 100644 groovy/groovy.support/src/org/netbeans/modules/groovy/support/debug/GroovySmartStepping.java delete 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