-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for gaps in the ELM visitor (#1308)
* Added test to ensure all elements of a random ELM graph are visited once and only once * Bit of clean-up and renaming for clarity * More cleanup * Architecture tests * Working Random ELM tests and design tests * bug fixes * Add spotless, prep for master merge * Fixed bugs in datarequirements and base visitor * Remove max report age restriction * Fix codecov one more time! * Further clean-up
- Loading branch information
Showing
15 changed files
with
1,150 additions
and
1,359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
898 changes: 111 additions & 787 deletions
898
...a/elm-fhir/src/main/java/org/cqframework/cql/elm/requirements/ElmRequirementsVisitor.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.