Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
Description
Containers.getContainerIds() method's implementation uses unchecked ArrayList class to copy the containers' data into. That results in a java compiler warning. It can be easily fixed by adding a diamond operator.