You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2018/10/29 01:26:00 UTC

[jira] [Updated] (NUMBERS-74) Make "Fraction" a ValJO

     [ https://issues.apache.org/jira/browse/NUMBERS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles updated NUMBERS-74:
--------------------------
    Description: 
[This ML post|https://markmail.org/message/fhrnyg3nfer7y2cy] makes suggestions and points to potential issues with that class.

A.o. things,
* there seems to be some code overlap between the constructors and the {{getReducedFraction}} method (and the latter should probably be private anyways),
* method {{percentageValue}} is not very useful,
* a lot of constants should be removed,
* {{serialVersionUID}} should be updated, and moved to the top of the declaration list.

> Make "Fraction" a ValJO
> -----------------------
>
>                 Key: NUMBERS-74
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-74
>             Project: Commons Numbers
>          Issue Type: Sub-task
>          Components: fraction
>            Reporter: Gilles
>            Priority: Major
>              Labels: API
>             Fix For: 1.0
>
>
> [This ML post|https://markmail.org/message/fhrnyg3nfer7y2cy] makes suggestions and points to potential issues with that class.
> A.o. things,
> * there seems to be some code overlap between the constructors and the {{getReducedFraction}} method (and the latter should probably be private anyways),
> * method {{percentageValue}} is not very useful,
> * a lot of constants should be removed,
> * {{serialVersionUID}} should be updated, and moved to the top of the declaration list.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)