[ 
https://issues.apache.org/jira/browse/NETBEANS-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Walker closed NETBEANS-3476.
---------------------------------
    Fix Version/s: 11.3
       Resolution: Fixed

fixed & merged..

> cleanup redundant casts..
> -------------------------
>
>                 Key: NETBEANS-3476
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3476
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 11.3
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> There are a lot of places where the compiler tells us we are using redundant 
> casts..
> {code:java}
>    [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]                              ^
> {code}
> This change removes all the redundant casts..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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

Reply via email to