[
https://issues.apache.org/jira/browse/IGNITE-8493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581387#comment-16581387
]
Dmitriy Pavlov commented on IGNITE-8493:
----------------------------------------
I've renamed variable arrLen to arrIdxMax. I find it more intuitive, if we name
Array.getLength(arr) - 1 as maxIdx variable.
I've renamed variable array to objArr because name array is not recommended by
[abbreviation
plugin|https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules#AbbreviationRules-IntelliJIdeaPlugin].
Also, I've done several changes related to code style in testToStringSizeLimits
and in testToStringCollectionLimits and enriched javadocs.
> GridToStringBuilder fails with NPE deals with primitive arrays operations.
> --------------------------------------------------------------------------
>
> Key: IGNITE-8493
> URL: https://issues.apache.org/jira/browse/IGNITE-8493
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 2.4
> Reporter: Stanilovsky Evgeny
> Assignee: Stanilovsky Evgeny
> Priority: Major
> Fix For: 2.7
>
>
> GridToStringBuilder#arrayToString fails with NPE, if input is a primitive
> array.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)