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

Recordinality implementation #101

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Recordinality implementation #101

wants to merge 4 commits into from

Commits on Jan 21, 2016

  1. Recordinality implementation first approach.

    The main algorithm is working. Recordinality extends from ICardinality and Serialize but we need to performance some TODOs such as serialize, merge etc...
    
    There are a new test class for Recordinality with three tests.
    positiveblue committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    2df38df View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Configuration menu
    Copy the full SHA
    aad72b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5085ad View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Some format errors fixed.

    Merge function throw an UnsupportedOperationException.
    
    Added an Ignore decorator to one test.
    positiveblue committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    233fe8a View commit details
    Browse the repository at this point in the history