[
https://issues.apache.org/jira/browse/LANG-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704503#action_12704503
]
Henri Yandell commented on LANG-396:
------------------------------------
NumberUtils.min, NumberUtils.max varargs runs into the no overloading
recommendation:
src/test/org/apache/commons/lang/math/NumberUtilsTest.java:[1175,42] reference
to max is ambiguous, both method max(double...) in
org.apache.commons.lang.math.NumberUtils and method max(float...) in
org.apache.commons.lang.math.NumberUtils match
> Investigate for vararg usages
> -----------------------------
>
> Key: LANG-396
> URL: https://issues.apache.org/jira/browse/LANG-396
> Project: Commons Lang
> Issue Type: Task
> Reporter: Henri Yandell
> Fix For: 3.0
>
> Attachments: VarargsCandidates.java
>
>
> Which methods are good candidates for varargs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.