Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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..
Attachments
Issue Links
- links to