BradWalker opened a new pull request, #7552:
URL: https://github.com/apache/netbeans/pull/7552
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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