[
https://issues.apache.org/jira/browse/NETBEANS-3659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated NETBEANS-3659:
-------------------------------------
Labels: pull-request-available (was: )
> clean up List raw type warnings..
> ---------------------------------
>
> Key: NETBEANS-3659
> URL: https://issues.apache.org/jira/browse/NETBEANS-3659
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Brad Walker
> Assignee: Brad Walker
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.3
>
>
> There are a lot of places where we get raw type warnings..
> {code:java}
> [repeat]
> /home/bwalker/src/netbeans/platform/core.multiview/src/org/netbeans/core/multiview/MultiViewPeer.java:1070:
> warning: [rawtypes] found raw type: List
> [repeat] private List listeners = new ArrayList();
> [repeat] ^
> [repeat] missing type arguments for generic class List<E>
> [repeat] where E is a type-variable:
> [repeat] E extends Object declared in interface List
> {code}
> Clean up a bunch of these warnings..
--
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