Lines Matching refs:Fix
19 * Fix gh issue #69 - Iterable contains in order is null-safe
21 * Fix gh issue #59 - added equalToObject() (i.e. unchecked) method
23 * Fix gh issue #25 - arrayContaining(null, null) cause NullPointerException
25 * Fix gh issue #36 - string matching on regular expressions
27 * Fix gh issue #8 - isCloseTo() shows wrong delta in mismatch description
29 * Fix issue 131 - Implement IsEmptyMap, IsMapWithSize
31 * Fix issue 155 - Deprecated several matcher factory methods of the for "isXyz"
33 * Fix issue 187 - IsArray.describeMismatchSafely() should use Matcher.describeMismatch
35 * Fix issue 155 - Add Matcher implementation for files
37 * Fix issue 59 - add untyped version of equalTo, named equalToObject
39 * Fix issue 69 - fix NPE in IsIterableContainingInOrder
41 * Fix issue 75 - address doclint errors reported in JDK 1.8
51 * Fix issue 179 - AllOf does not output mismatch description
53 * Fix issue 177 - Introduced closeTo matcher for BigDecimals
55 * Fix issue 152 - Factory classes missing from matchers.xml
57 * Fix issue 144 - OrderingComparison doesn't describe mismatch of comparables that return values ot…
59 * Fix issue 134 - DescribedAs does not delegate describeMismatch
61 * Fix issue 106 - deprecation warning when writing custom matchers
63 * Fix issue 101 - Added theInstance alias for sameInstance factory method
129 (Fix by David Saff)