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


   This work cleans up a bunch of warnings surrounding the use of ArrayList..
   
   For example:
   
      [repeat] 
/home/bwalker/src/netbeans/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/TabLayoutManager.java:245:
 warning: [unchecked] unchecked conversion
      [repeat]             List<Integer>[] rowIndexes = new ArrayList[rowCount];
      [repeat]                                          ^
      [repeat]   required: List<Integer>[]
      [repeat]   found:    ArrayList[]
   
   ActionsManager.java was especially involved since one change would require 
another. And keeping track of
   that, so as not to break things, was hard.


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