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

ASF GitHub Bot updated NETBEANS-2670:
-------------------------------------
    Labels: pull-request-available  (was: )

> cleanup raw type warnings..
> ---------------------------
>
>                 Key: NETBEANS-2670
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2670
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>
> The NetBeans code has a lot of the following warnings..
> [repeat] 
> /home/bwalker/netbeans-11.0/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/TabLayoutManager.java:245:
>  warning: [rawtypes] found raw type: ArrayList
>  [repeat] ArrayList<Integer>[] rowIndexes = new ArrayList[rowCount];
>  [repeat] ^
>  [repeat] missing type arguments for generic class ArrayList<E>
>  
> So remove the warnings by doing just simply providing a proper type for the 
> generic class..
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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