SK
Size: a a a
SK
SK
II
SS
SS
SS
VK
MK
MK
V
MK
SS
SK
...Смотришь конструктор в дебаггере - предпоследним аргументом прилетает MAX VALUE, последним - 0.85.
<constructor-arg value="0.85"/>
<constructor-arg>
<util:constant static-field="java.lang.Double.MAX_VALUE"/>
</constructor-arg>
...Все норм.
<constructor-arg index="5" value="0.85"/>
<constructor-arg index="6">
<util:constant static-field="java.lang.Double.MAX_VALUE"/>
</constructor-arg>
Tag name: index Description : The exact index of the argument in the constructor argument list. Only needed to avoid ambiguities, e.g. in case of 2 arguments of the exact same type.И не прикопаешься, блин\\ Реально в доках все писано -_\
RM
RM
SK
SS
SK
SS
SK