[
https://issues.apache.org/jira/browse/DERBY-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan resolved DERBY-4367.
------------------------------------
Resolution: Fixed
Committed patch 1a to trunk with revision 810024.
> Replace Utils.min and Utils.max in the client driver with standard methods in
> java.lang.Math
> --------------------------------------------------------------------------------------------
>
> Key: DERBY-4367
> URL: https://issues.apache.org/jira/browse/DERBY-4367
> Project: Derby
> Issue Type: Improvement
> Components: Network Client
> Affects Versions: 10.6.0.0
> Reporter: Kristian Waagan
> Assignee: Kristian Waagan
> Priority: Trivial
> Fix For: 10.6.0.0
>
> Attachments: derby-4367-1a-remove_min_max.diff,
> derby-4367-1a-remove_min_max.stat
>
>
> The client has a utility class implementing functions for choosing the
> smallest and the largest int. These functions are already defined in
> java.lang.Math, and should be used instead because they are more familiar and
> because there is no need to duplicate the functionality.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.