Brad Walker created NETBEANS-3476:
-------------------------------------
Summary: 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
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