Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

added sumSince (fixes #1843 replaces #376) #1854

Merged
merged 2 commits into from Jul 12, 2016

Commits on Jul 11, 2016

  1. * changed averageSince to use BigDecimal instead of double

    * added sumSince (fixes eclipse-archived#1843 replaces eclipse-archived#376)
    * changed evolutionRate to use BigDecimal instead of double
    * changed deltaSince to use BigDecimal instead of double
    * added check in evolutionRate method to avoid divide-by-zero error
    * updated all JavaDoc headers to reflect the odd variety of return values and their reasons, in hopes of spurring discussion as to whether and how to tighten and simplify the PersistenceExtensions.
    
    Also-By: Jan N. Klug jan.n.klug@rub.de
    Signed-off-by: John Cocula <john@cocula.com>
    watou committed Jul 11, 2016
    Copy the full SHA
    e2fff88 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Changed modifier order to recommended order per @maggu2810

    Signed-off-by: John Cocula <john@cocula.com>
    watou committed Jul 12, 2016
    Copy the full SHA
    c1ae242 View commit details
    Browse the repository at this point in the history