BradWalker opened a new pull request #2194:
URL: https://github.com/apache/netbeans/pull/2194


   A lot of places in the code has generic use commented out.. For example, the 
following in
   LayoutModel.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);
           }
       }
   
   All I've done here is enable it to reduce the warnings and test out the code 
to make sure it works correctly.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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