-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
Fix: CharSeq implements Comparable<CharSeq> #2399
Conversation
class io.vavr.collection.CharSeq cannot be cast to class java.lang.Comparable
class io.vavr.collection.CharSeq cannot be cast to class java.lang.Comparable
Codecov Report
@@ Coverage Diff @@
## master #2399 +/- ##
=========================================
Coverage 95.79% 95.79%
Complexity 5427 5427
=========================================
Files 94 94
Lines 13110 13110
Branches 1608 1608
=========================================
Hits 12559 12559
Misses 404 404
Partials 147 147
Continue to review full report at Codecov.
|
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.
Hi Theodor!
Many thanks :-)
Please find my review comments.
Greets,
Daniel
…arSeq as java.lang.Comparator. This commit concerns the issue vavr-io#2382.
Many thanks!! :) |
* [Fix][Bug][2382] java.lang.ClassCastException: class io.vavr.collection.CharSeq cannot be cast to class java.lang.Comparable * [Fix][Bug][2382] java.lang.ClassCastException: class io.vavr.collection.CharSeq cannot be cast to class java.lang.Comparable * Added a test case for the bug fix #2382. * Added less, greater and less test case for testing the behavior of CharSeq as java.lang.Comparator. This commit concerns the issue #2382.
* [Fix][Bug][2382] java.lang.ClassCastException: class io.vavr.collection.CharSeq cannot be cast to class java.lang.Comparable * [Fix][Bug][2382] java.lang.ClassCastException: class io.vavr.collection.CharSeq cannot be cast to class java.lang.Comparable * Added a test case for the bug fix vavr-io#2382. * Added less, greater and less test case for testing the behavior of CharSeq as java.lang.Comparator. This commit concerns the issue vavr-io#2382.
Fixed the bug #2382