Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dfd #72

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

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    67ace24 View commit details
    Browse the repository at this point in the history
  2. Integer types changes

    int vs Integer
    torbeneims-luh committed May 15, 2023
    Configuration menu
    Copy the full SHA
    df63ae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8929d3 View commit details
    Browse the repository at this point in the history
  4. Nonfunctional refactoring

    Including removing else after return, removing empty else and removing empty lines
    torbeneims-luh committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8b9499c View commit details
    Browse the repository at this point in the history
  5. Warning suppression

    torbeneims-luh committed May 15, 2023
    Configuration menu
    Copy the full SHA
    265c9c6 View commit details
    Browse the repository at this point in the history
  6. Refactor ColumnCollection to inherit from java.util.BitSet, fixing pr…

    …evious refactoring of unionCount() (semantic error)
    
    - numberOfColumns is now int (was long)
    - unionCount() used and to calculate the cardinality, this calculates the cardinality of the intersection => changed to or
    torbeneims-luh committed May 15, 2023
    Configuration menu
    Copy the full SHA
    95dcb31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e4aa9d View commit details
    Browse the repository at this point in the history
  8. Maven updates: DFDMetanome is now in package de.metanome.algorithms.d…

    …fd (was de.metanome.algorithms.dfd.dfdMetanome), renaming
    torbeneims-luh committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6868b86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d1724e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9aaf911 View commit details
    Browse the repository at this point in the history