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 d66c5dfcbf2ce6d383e88f69fe5522644637c53f Merge: 94a916c798 113e2cef76 Author: Brad Walker <[email protected]> AuthorDate: Sun Jul 7 18:36:50 2024 -0600 Merge pull request #7552 from BradWalker/cleanup_redundant_casts Reduce redundant cast warnings. These happen as a side result of code cleanup.. Reduce warnings that look like this: [repeat] /home/bwalker/src/netbeans/enterprise/tomcat5/src/org/netbeans/modules/tomcat5/util/LogManager.java:271: warning: [cast] redundant cast to LogViewer [repeat] contextLog = (LogViewer)contextLogViewers.get(moduleID); [repeat] ^Cleanup redundant casts. These are a side effect of work done doing code cleanup. .../jakarta/web/beans/completion/CCPaintComponent.java | 2 +- .../netbeans/modules/payara/eecommon/api/DomainEditor.java | 2 +- .../org/netbeans/modules/tomcat5/optional/StartTomcat.java | 2 +- .../src/org/netbeans/modules/tomcat5/util/LogManager.java | 2 +- .../navigation/graph/actions/SystemFileSystemSupport.java | 2 +- .../src/org/netbeans/modules/web/monitor/client/Util.java | 4 ++-- .../org/netbeans/modules/web/project/WebActionProvider.java | 2 +- .../org/netbeans/modules/web/project/WebJPAModuleInfo.java | 2 +- .../modules/web/project/api/WebProjectUtilities.java | 2 +- .../modules/web/project/jaxws/WebProjectJAXWSSupport.java | 2 +- .../modules/web/project/ui/ConfFilesNodeFactory.java | 13 ++++++------- .../web/project/ui/customizer/WebProjectProperties.java | 12 ++++++------ .../modules/websvc/api/client/WebServicesClientView.java | 2 +- .../modules/websvc/api/jaxws/client/JAXWSClientView.java | 2 +- .../netbeans/modules/websvc/rest/MiscPrivateUtilities.java | 3 +-- .../groovy/antproject/base/AbstractGroovyExtender.java | 2 +- .../sql/visualeditor/querybuilder/QueryBuilderMetaData.java | 10 +++++----- .../visualeditor/querybuilder/QueryBuilderResultTable.java | 2 +- .../netbeans/modules/db/explorer/dlg/AddDriverDialog.java | 2 +- .../org/netbeans/modules/xml/dtd/grammar/ContentModel.java | 2 +- .../modules/xml/multiview/XmlMultiViewDataObject.java | 2 +- .../modules/xml/multiview/XmlMultiViewEditorSupport.java | 2 +- .../modules/xml/tax/cookies/TreeEditorCookieImpl.java | 2 +- .../org/netbeans/modules/xsl/grammar/XSLGrammarQuery.java | 10 +++++----- .../modules/ant/grammar/AntGrammarQueryProvider.java | 2 +- .../modules/dbschema/jdbcimpl/TableElementImpl.java | 2 +- .../dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.java | 2 +- .../modules/dbschema/jdbcimpl/wizard/RecaptureSchema.java | 2 +- .../api/common/project/ui/customizer/SourceRootsUi.java | 2 +- .../modules/java/editor/base/semantic/UnusedDetector.java | 2 +- .../org/netbeans/lib/nbjavac/services/NBParserFactory.java | 2 +- .../src/org/netbeans/modules/maven/ModuleInfoSupport.java | 2 +- .../netbeans/modules/php/editor/parser/astnodes/Block.java | 2 +- .../php/editor/parser/astnodes/FunctionDeclaration.java | 2 +- .../netbeans/core/multitabs/impl/ButtonPopupSwitcher.java | 2 +- 35 files changed, 54 insertions(+), 56 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
