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

Brad Walker closed NETBEANS-2670.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 11.1

fixed as part of merge:

https://github.com/apache/netbeans/commit/8facebfce84017a66ae2b50d079ed3e7652604c9



> 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
>             Fix For: 11.1
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to