You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/11/27 21:08:34 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #1686: [NETBEANS-3476] - cleanup redundant casts..

BradWalker opened a new pull request #1686: [NETBEANS-3476] - cleanup redundant casts..
URL: https://github.com/apache/netbeans/pull/1686
 
 
   There are a lot of places where the compiler tells us we are using redundant casts..
   
      [repeat] /home/bwalker/src/netbeans/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/parser/GroovyVirtualSourceProvider.java:436: warning: [cast] redundant cast to Statement
      [repeat]             Statement stat = (Statement) stats.get(0);
      [repeat]                              ^
   
   This change removes all the redundant casts..

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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