-
Enhancement
-
Resolution: Fixed
-
P5
-
17, 21
-
b05
'Vector<Object> args' is used only in single method and then it converted to Object[].
So we can avoid usage of legacy synchronized Vector here and use ArrayList instead.
So we can avoid usage of legacy synchronized Vector here and use ArrayList instead.