Closed Riggs333 closed 6 years ago
Thanks for raising this issue. This is actually an issue with my object-builder project which generates instances for given classes. I will fix the issue in the next few days
This should now be fixed in v1.4.3. I have just released it so should sync into maven central soon.
Super fast! Thank you - it works! :-) :+1:
To String Verifier Version: 1.4.2
java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
Given a class with field of type
java.util.SortedSet
When running To String Verifier
A NullPointerException is thrown
Interestingly when changing the type of the field to
java.util.Set
then the test passes.