-
Notifications
You must be signed in to change notification settings - Fork 27
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
Feature/84 fix enum generation #92
Conversation
# Conflicts: # test-data/src/main/java/org/ehrbase/test_data/operationaltemplate/OperationalTemplateTestData.java
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested my issue's example again and this time the defining codes where working (i.e. had meaningful and correct values).
I didn't go through the code, since 203 changed files are too much too browse through.
@@ -6,7 +6,7 @@ | |||
|
|||
@Entity | |||
@OptionFor("DV_CODED_TEXT") | |||
public class BewertungDesGesundheitsrisikosVorhandenseinDvcodedtextSpezifischerRisikofaktor implements BewertungDesGesundheitsrisikosVorhandenseinChoice { | |||
public class BewertungDesGesundheitsrisikosBewertungDesGesundheitsrisikosVorhandenseinDvcode_ implements BewertungDesGesundheitsrisikosVorhandenseinChoice { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stefanspiska is the underscore at the end correct? seen that in other class names above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that means that the name was shortened.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stefanspiska this is working OK
closes #84
closes https://github.com/ehrbase/project_management/issues/374