History log of /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/CoreMatchers.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9599ee2623bb76c0c7f840ba8bfd92a6ecf74390 25-Jan-2017 Paul Duffin <paulduffin@google.com> Temporarily add void is(Class) to cause compile time errors

The is(Class) method was removed upstream between Hamcrest 1.1
and 1.3 in favour of the instanceOf(Class) method.
Unfortunately, existing usages of it could still compile against
the is(Object) method instead. Although not every existing usage
would compile successfully it is possible that some could and
that would result in a change in the runtime behavior that could
be difficult to detect and fix. This change aims to turn any
significant usage of this method into a compile time error.

Bug: 30946317
Test: make checkbuild
Change-Id: I48d1c80fb9faae4e4c490f30c9fe0275fd66a58b
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/CoreMatchers.java
32dc498f7b8622c59d4b77117eb971ed0a553be5 23-Jan-2017 Paul Duffin <paulduffin@google.com> Make it compile in error prone

Bug: 30946317
Test: make checkbuild
Change-Id: If762c67adc8ffd0db9d7ea4dd0e41c5fdb0197f2
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/CoreMatchers.java
c1dbb44e71e47410ad5685aba3ef3fccb095a2b4 20-Jan-2017 Paul Duffin <paulduffin@google.com> Upgrade to almost 2.0.0.0

See the README.android for the exact version used and an
explanation as to why it was chosen.

Bug: 30946317
Test: make checkbuild
Change-Id: Icae106f5e4a62d2a34f4cf03506fd63676814c07
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/CoreMatchers.java
7c757304fdf316cd276f83ac47251fc27fafd058 25-Jan-2017 Paul Duffin <paulduffin@google.com> Temporarily add void is(Class) to cause compile time errors

The is(Class) method was removed upstream between Hamcrest 1.1
and 1.3 in favour of the instanceOf(Class) method.
Unfortunately, existing usages of it could still compile against
the is(Object) method instead. Although not every existing usage
would compile successfully it is possible that some could and
that would result in a change in the runtime behavior that could
be difficult to detect and fix. This change aims to turn any
significant usage of this method into a compile time error.

Bug: 30946317
Test: make checkbuild
Change-Id: Ib0fac6e944b94ba8f1b5434d64549cc12f20d938
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/CoreMatchers.java
74299c53a59140905e0259cb0a1130cb719733d8 20-Jan-2017 Paul Duffin <paulduffin@google.com> Match upstream file structure

Bug: 30946317
Test: make checkbuild and run cts CtsTextTestCases
Change-Id: I6c1773018f95855eb6599d66f6fb5923c7d48b03
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/CoreMatchers.java