Skip to content

Fix dfd#72

Open
torbeneims wants to merge 10 commits intoHPI-Information-Systems:masterfrom
torbeneims:fix-dfd
Open

Fix dfd#72
torbeneims wants to merge 10 commits intoHPI-Information-Systems:masterfrom
torbeneims:fix-dfd

Conversation

@torbeneims
Copy link

This fixes DFD (#71) in fdiscovery.columns.ColumnCollection::unionCount(ColumnCollection other) by using or (was and) to compute the union.

torbeneims and others added 10 commits May 15, 2023 14:18
int vs Integer
Including removing else after return, removing empty else and removing empty lines
…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
…fd (was de.metanome.algorithms.dfd.dfdMetanome), renaming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants