lovubuntu / checker-framework

Automatically exported from code.google.com/p/checker-framework
0 stars 0 forks source link

Convert annotated version of Google Guava library into stub files #334

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The files at checker-framework/checker/jdk/nullness/src/com/google/common/ are 
currently being ignored.  They need to be converted into stub files.

First, issue 286 needs to be fixed so that there is no need to write, in the 
stub files, annotations for equals(), hashCode(), and toString().  That will 
eliminate the majority of all the annotations in the stub file, making it 
smaller and therefore easier to read and faster to load.

Original issue reported on code.google.com by michael.ernst@gmail.com on 1 Jun 2014 at 1:15