-
Notifications
You must be signed in to change notification settings - Fork 10
AER-4109 Added lower bound to calculation options. #356
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
Conversation
The lower bound value is only put in the map (meaning ends up in the GML) but is not read as it will always use the value related with the type. - Refactored NCA/OWN2000 theme specific Metadata reading/writing to their own classes to keep things cleaner. - Replaced some of the old WNB wording.
source/imaer-gml/src/test/java/nl/overheid/aerius/gml/GMLCalculationSetOptionsReaderTest.java
Show resolved
Hide resolved
...ed/src/main/java/nl/overheid/aerius/shared/domain/calculation/OwN2000CalculationOptions.java
Outdated
Show resolved
Hide resolved
...ed/src/main/java/nl/overheid/aerius/shared/domain/calculation/OwN2000CalculationOptions.java
Outdated
Show resolved
Hide resolved
source/imaer-util/src/main/java/nl/overheid/aerius/util/NcaOptionsMetadataUtil.java
Outdated
Show resolved
Hide resolved
MichielJanssen-DAT
left a comment
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.
Some suggestions/questions
source/imaer-gml/src/test/java/nl/overheid/aerius/gml/GMLCalculationSetOptionsReaderTest.java
Outdated
Show resolved
Hide resolved
...ed/src/main/java/nl/overheid/aerius/shared/domain/calculation/OwN2000CalculationOptions.java
Outdated
Show resolved
Hide resolved
source/imaer-util/src/main/java/nl/overheid/aerius/util/NcaOptionsMetadataUtil.java
Outdated
Show resolved
Hide resolved
source/imaer-util/src/main/java/nl/overheid/aerius/util/OptionsMetadataUtil.java
Outdated
Show resolved
Hide resolved
MichielJanssen-DAT
left a comment
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.
ACK
BertScholten
left a comment
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.
LGTM
The lower bound value is only put in the map (meaning ends up in the GML) but is not read as it will always use the value related with the type.