• Home
  • History
  • Annotate
  • only in /external/doclava/src/com/google/doclava/apicheck/
History log of /external/doclava/src/com/google/doclava/apicheck/
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
piInfo.java
1e0d370c6a4c165cb8c74f53cb035e5521e0cd87 21-Jun-2012 Jeff Hamilton <jham@android.com> Port over r184 from SVN.

This adds the ability to specify the federation
API definition file locally.

Also fix a bug when parsing doubles and floats
found in 8.xml.

Change-Id: I435298444fcd0337407c09af446cf375d06adc51
piFile.java
de0f029b5e2b6c099504c9f89c294d2fea16944a 27-Mar-2012 Daniel Sandler <dsandler@android.com> Elucidate text API parsing errors.

Previously, if current.txt had an error, apicheck would fail over
to XML parsing and then (naturally) give an inscrutable SAX error.

Now both text and XML errors are described in the output
stream to help in diagnosing failures.

Change-Id: Ie3aec370b15e42ddf9a941ffa3ce8ae32a1da1b6
piCheck.java
d6eaacbb9eb56763d38a3815fc509b92ed98a585 20-May-2011 Andrew Sapperstein <asapperstein@google.com> Modified old doclava to use LinkedLists instead of arrays

Functioning java parsing as well. Needs to be wired up into doclava proper.

Change-Id: Ifa38ca7312e6c23a8f663a9d0638afb9a29bf19d
piFile.java
mlApiFile.java
132afe44b3b7963e47d4c32948b2667ddc00062c 01-Jun-2011 Joe Onorato <joeo@google.com> Put the enum constants into the api file.

Bug: 4292741
Change-Id: I87d298511984a7f99192015a3f81bce07c106692
piCheck.java
piFile.java
040992567205c3b6e4ee01bfb2893bceb915357c 09-Mar-2011 Joe Onorato <joeo@google.com> Add support for new API file format.

Change-Id: I7db4d1559d24906365f447652d28c4b04a20805d
piCheck.java
piFile.java
piParseException.java
mlApiFile.java
0aff7e0b51a6ad0423bcba8101e17797872a492e 01-Mar-2011 Joe Onorato <joeo@google.com> Separate the XML parsing out, to make it easier to add a more readable format.

Change-Id: Ief8fcb8595af5b28e5c22e15dd2cbaa735494ff1
piCheck.java
mlApiFile.java
920dbbbaca6aa578f3b26d89e99d12754c26ed60 05-Aug-2010 Ben Dodson <bjdodson@google.com> Initial import of Doclava project

Change-Id: Ia5ae56f1700fce98e0ae6954fa2df617ec0537bb
bstractMethodInfo.java
piCheck.java
piInfo.java
piParseException.java