-
Notifications
You must be signed in to change notification settings - Fork 29
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
#158: VersionRange with open boundaries #159
#158: VersionRange with open boundaries #159
Conversation
Extended the VersionRange to also model open boundaries that do not include the specified value. Also wrote tests for this class.
Pull Request Test Coverage Report for Build 7449724212
💛 - Coveralls |
cli/src/main/java/com/devonfw/tools/ide/version/VersionRange.java
Outdated
Show resolved
Hide resolved
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.
@MattesMrzik thanks for this PR and rework. 👍
I added 2 suggestions. If you can agree and accept, we can merge this immediately.
cli/src/main/java/com/devonfw/tools/ide/version/VersionRange.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/version/VersionRange.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: Jörg Hohwiller <[email protected]>
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.
@MattesMrzik thanks for the fast rework and fixing the bug in my suggested code 👍
Ready for merge now.
Extended the VersionRange to also model open boundaries that do not include the specified value. Also wrote tests for this class.
Closes #158.