You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Brad Walker (Jira)" <ji...@apache.org> on 2020/12/14 16:41:00 UTC

[jira] [Closed] (NETBEANS-4458) enable use of generics

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

Brad Walker closed NETBEANS-4458.
---------------------------------
    Fix Version/s: 12.3
       Resolution: Fixed

integrated..

> enable use of generics
> ----------------------
>
>                 Key: NETBEANS-4458
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4458
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.3
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> A lot of places in the code has generic use commented out.. For example, the following in
> LayoutModel.java
> {code:java}
>      public void unsetSameSize(List/*<String>*/ components, int dimension) {
>         Iterator i = components.iterator();
>         while (i.hasNext()) {
>             String cid = (String)i.next();
>             LayoutComponent lc = getLayoutComponent(cid);
>             removeComponentFromLinkSizedGroup(lc, dimension);
>         }
>     }
> {code}
> All I've done here is enable it to reduce the warnings and test out the code to make sure it works correctly.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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