You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2019/11/21 20:09:41 UTC

[netbeans] branch master updated (3c16c96 -> 4e797ff)

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

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


    from 3c16c96  Merge pull request #1631 from pepness/felix603
     new 731f8d9  [NETBEANS-3416] - cleanup non-generic EMPTY_LIST usage
     new 4e797ff  Merge pull request #1644 from BradWalker/cleanup_emptylist_warnings

The 3130 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:
 .../jaxws/saas/RestWrapperForSoapGenerator.java    |  2 +-
 .../websvc/rest/ApplicationSubclassGenerator.java  |  2 +-
 .../editor/api/completion/CompletionHandler.java   |  2 +-
 .../editor/api/completion/util/ContextHelper.java  |  4 +-
 .../groovy/editor/completion/MethodCompletion.java |  2 +-
 .../modules/localhistory/store/StoreEntry.java     |  2 +-
 .../debugger/ui/DebuggerManagerListener.java       |  2 +-
 .../netbeans/modules/viewmodel/OutlineTable.java   |  2 +-
 .../modules/team/spi/TeamAccessorUtils.java        |  2 +-
 .../modules/web/common/remote/RemoteFS.java        |  2 +-
 .../modules/web/webkit/debugging/api/css/CSS.java  |  2 +-
 .../modules/web/webkit/debugging/api/dom/DOM.java  |  2 +-
 .../modules/web/webkit/debugging/api/dom/Node.java |  4 +-
 .../debugger/jpda/projects/IntroduceClass.java     |  2 +-
 .../debugger/jpda/visual/JavaComponentInfo.java    |  6 +-
 .../debugger/jpda/visual/RemoteAWTScreenshot.java  | 30 +++++-----
 .../debugger/jpda/visual/RemoteFXScreenshot.java   | 64 +++++++++++-----------
 .../debugger/jpda/visual/RemoteServices.java       | 18 +++---
 .../jpda/visual/VisualDebuggerListener.java        |  4 +-
 .../jpda/breakpoints/LineBreakpointImpl.java       |  2 +-
 .../debugger/jpda/models/JPDAClassTypeImpl.java    |  8 +--
 .../modules/debugger/jpda/models/ThreadsCache.java |  2 +-
 .../refactoring/InspectAndRefactorPanel.java       | 10 ++--
 .../netbeans/modules/javadoc/hints/AddTagFix.java  |  8 +--
 .../modules/javadoc/hints/JavadocGenerator.java    | 12 ++--
 .../java/CustomClientPojoCodeGenerator.java        |  2 +-
 .../codegen/java/RestClientPojoCodeGenerator.java  |  2 +-
 .../codegen/java/SoapClientPojoCodeGenerator.java  |  2 +-
 .../netbeans/installer/utils/UninstallUtils.java   |  2 +-
 .../annotations/Nette2AnnotationsProvider.java     |  6 +-
 .../editor/completion/TwigCompletionHandler.java   |  8 +--
 .../selenium2/php/Selenium2PhpSupportImpl.java     |  6 +-
 .../src/org/netbeans/swing/etable/ETable.java      |  3 +-
 .../modules/options/keymap/KeymapModel.java        |  4 +-
 .../profiler/oql/engine/api/impl/Snapshot.java     |  2 +-
 .../AbstractProjectLookupProvider.java             |  2 +-
 .../modules/html/angular/index/AngularJsIndex.java |  2 +-
 .../javascript2/extjs/ExtJsCodeCompletion.java     | 12 ++--
 .../modules/javascript2/model/JsFunctionImpl.java  |  4 +-
 .../modules/javascript2/model/JsObjectImpl.java    |  2 +-
 .../javascript2/model/JsWithObjectImpl.java        |  2 +-
 .../javascript2/model/OccurrenceBuilder.java       |  2 +-
 .../modules/javascript2/model/api/Index.java       |  4 +-
 .../nodejs/editor/NodeJsCodeCompletion.java        |  8 +--
 .../selenium2/webclient/mocha/MochaRunner.java     |  6 +-
 .../webclient/protractor/ProtractorRunner.java     |  6 +-
 .../web/javascript/debugger/MiscEditorUtil.java    |  2 +-
 .../callstack/DebuggingViewSupportImpl.java        |  2 +-
 .../javascript/debugger/callstack/JSThread.java    |  2 +-
 49 files changed, 145 insertions(+), 144 deletions(-)


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

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