This is an automated email from the ASF dual-hosted git repository. bwalker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit b3bdee798952d6d8b7a6b19c08205ae933a7bd49 Merge: 1057945a396 27a48fcbd58 Author: Brad Walker <[email protected]> AuthorDate: Mon Jan 13 23:25:39 2025 -0700 Merge pull request #7597 from BradWalker/cleanup_raw_type_Result Cleanup warnings that are related to the use of a Result raw type.. Warnings like this: [repeat] /home/bwalker/src/netbeans/ide/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldViewFactory.java:107: warning: [rawtypes] found raw type: Result [repeat] private Lookup.Result colorSource; [repeat] ^ [repeat] missing type arguments for generic class Result [repeat] where T is a type-variable: [repeat] T extends Object declared in class Result This pull request reduces many of those warnings. .../websvc/api/client/WebServicesClientSupport.java | 3 ++- .../websvc/api/client/WebServicesClientView.java | 2 +- .../websvc/api/jaxws/client/JAXWSClientSupport.java | 2 +- .../websvc/api/jaxws/client/JAXWSClientView.java | 3 ++- .../rest/projects/ProjectTestRestServicesAction.java | 2 +- .../modules/css/visual/CssStylesTCController.java | 2 +- .../modules/editor/fold/ui/FoldViewFactory.java | 2 +- .../modules/xml/api/model/GrammarQueryManager.java | 7 ++++--- .../src/org/openide/explorer/DefaultEMLookup.java | 12 ++++++------ .../src/org/openide/loaders/InstanceDataObject.java | 4 ++-- .../org/openide/loaders/XMLDataObjectInfoParser.java | 6 +++--- .../src/org/openide/util/lookup/ProxyLookup.java | 20 ++++++++++---------- 12 files changed, 34 insertions(+), 31 deletions(-) --------------------------------------------------------------------- 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
