History log of /external/annotation-tools/annotation-file-utilities/tests/LocalClass.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3ac9cdfb5a1e7da21dc44e606d32b4b45e8bae3c 11-Feb-2013 Eric Spishak <espishak@cs.washington.edu> Use the correct class index number for anonymous and inner classes.
Before, AFU would count ALL anonymous/local classes. This changes it to only
count the anonymous/local classes that are in the correct part of the AST to
actually affect the index number. This matches the behavior for the javac
compiler.
/external/annotation-tools/annotation-file-utilities/tests/LocalClass.java
1ebc339158370d8c3f10d75c7f7da4a54d234aa5 09-Feb-2013 Eric Spishak <espishak@cs.washington.edu> Support source code insertion of annotations in local classes (classes declared within methods).
/external/annotation-tools/annotation-file-utilities/tests/LocalClass.java