History log of /external/doclava/src/com/google/doclava/apicheck/ApiInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c47ef0928fa9036c2e9db25a093baa3bcdf72e9c 20-May-2015 C. Sean Young <csyoung@google.com> resolved conflicts for merge of c10f7ae0 to mnc-dev

Change-Id: I33ed09c2b635fbe83694bc1ad03e027419aa007e
91c627c0aa53d3b092812b965b9cb2a33f8960b8 11-May-2015 C. Sean Young <csyoung@google.com> Add the ability to specify packages or classes to ignore for ApiCheck.

Right now, these are matched exactly by qualified name; subpackages are not recognized.

Change-Id: I69f970cbb059be1a9705f5b36991dcdd2d210408
/external/doclava/src/com/google/doclava/apicheck/ApiInfo.java
f9b7c1bf84c3d4eeb7b99af30e4ffe159c9fdaee 25-Apr-2015 Guang Zhu <guangzhu@google.com> add new option to ApiCheck to look for new API methods

When 'newapi' option is needed, ApiCheck will be in "diff" mode:
* when classes are checked for consistency, newly added methods
and constructors are kept in lists
* when packages are checked for consistency, newly added classes
and classes with new API methods are kept in list
* when APIs are checked for consistency, newly added packages
and pakages with new/modified classes are added
* the accumulated deltas are then exported in XML format

Change-Id: I3fed989e2836109e334c0e665639190196f14f4c
/external/doclava/src/com/google/doclava/apicheck/ApiInfo.java
53d13be6dc155a3d7ae0607f3eafc2c3b98a909f 25-Jun-2014 Florian Uunk <feuunk@google.com> Fixes for generating APIs that use external libraries.

Two fixes:
- Add stubs for interfaces that are outside of the codebase
- Consider interfaces that are outside of the codebase for API
consistency

Change-Id: Ia4c5a7ec92d169d519d7d580ae36dd60f480dabc
/external/doclava/src/com/google/doclava/apicheck/ApiInfo.java
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/src/com/google/doclava/apicheck/ApiInfo.java
920dbbbaca6aa578f3b26d89e99d12754c26ed60 05-Aug-2010 Ben Dodson <bjdodson@google.com> Initial import of Doclava project

Change-Id: Ia5ae56f1700fce98e0ae6954fa2df617ec0537bb
/external/doclava/src/com/google/doclava/apicheck/ApiInfo.java