History log of /external/doclava/test/doclava/ApiCheckTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
11b179627c411772f1eac023d915ab8532e55211 08-Jun-2013 Mathieu <mathieu.a.chartier@gmail.com> Check that return types are assignable instead of exact.

We now check that the new return type is assignable to the old
return type instead of just comparing the types as strings when
checking the consistency of two APIs.

Fixes:
https://android-review.googlesource.com/#/c/58843/

Change-Id: I6a18a76e5296d58c05f1bb59341cdaa820f0c540
/external/doclava/test/doclava/ApiCheckTest.java
48bd9fd589daaa11705dce8480c5b51f5b4a9e0f 06-Jun-2013 Elliott Hughes <enh@google.com> Fix a failing test.

We fixed the behavior with 'synchronized' a long time ago, but didn't
update the test.

Also add a reminder of how to run the tests, in lieu of adding an easy
way to run the tests.

Change-Id: I628ca5b054f777b1b19823cede05e196f8e6a685
/external/doclava/test/doclava/ApiCheckTest.java
ffecf3c5c207d0275d480970fd025cb9526b1905 06-Jun-2013 Mathieu <mathieu.a.chartier@gmail.com> Check superclasses recursively for changed superclasses.

We now check superclasses recursively instead of just doing a string comparison.
This means that we no longer treat cases where the new superclass extends the old
superclass as an error.

Fixes https://android-review.googlesource.com/#/c/58400/1

Change-Id: I77ebb7312d0de83faed7dce0195682848256af73
/external/doclava/test/doclava/ApiCheckTest.java
920dbbbaca6aa578f3b26d89e99d12754c26ed60 05-Aug-2010 Ben Dodson <bjdodson@google.com> Initial import of Doclava project

Change-Id: Ia5ae56f1700fce98e0ae6954fa2df617ec0537bb
/external/doclava/test/doclava/ApiCheckTest.java