On Thu, 23 Sep 2021 20:31:16 GMT, Andrey Turbanov
wrote:
>> Usage of thread-safe collection Vector is unnecessary. It's recommended to
>> use ArrayList if a thread-safe implementation is not needed.
>
> Andrey Turbanov has updated the pull request incrementally with one
> additional commit sin
On Thu, 23 Sep 2021 20:31:16 GMT, Andrey Turbanov
wrote:
>> Usage of thread-safe collection Vector is unnecessary. It's recommended to
>> use ArrayList if a thread-safe implementation is not needed.
>
> Andrey Turbanov has updated the pull request incrementally with one
> additional commit sin
> Usage of thread-safe collection Vector is unnecessary. It's recommended to
> use ArrayList if a thread-safe implementation is not needed.
Andrey Turbanov has updated the pull request incrementally with one additional
commit since the last revision:
8273299: Unnecessary Vector usage in java.
On Thu, 26 Aug 2021 20:37:59 GMT, Andrey Turbanov
wrote:
>> src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java
>> line 574:
>>
>>> 572: v.add(st.nextToken());
>>> 573: }
>>> 574: final String[] command = new String[v.siz