We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86db1b commit d6b8a38Copy full SHA for d6b8a38
src/main/java/java/lang/String.java
@@ -1633,7 +1633,7 @@ public int compareTo(String anotherString) {
1633
// DIFFBLUE MODEL LIBRARY For some reason this needs to be not null for
1634
// FileReader tests to pass.
1635
public static final Comparator<String> CASE_INSENSITIVE_ORDER
1636
- = null;
+ = CProver.nondetWithoutNullForNotModelled();
1637
// DIFFBLUE MODEL LIBRARY Not needed for modelling
1638
// private static class CaseInsensitiveComparator
1639
// implements Comparator<String>, java.io.Serializable {
0 commit comments