Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce redundant cast warnings #7552

Merged
merged 1 commit into from
Jul 8, 2024

Commits on Jul 7, 2024

  1. 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.
    BradWalker committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    113e2ce View commit details
    Browse the repository at this point in the history