aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/import_deps_checker/java/com/google/devtools/build/importdeps/DepsCheckerClassVisitor.java
Commit message (Expand)AuthorAge
* Resolve all super classes even if we have found missing super classes. This isGravatar cnsun2018-05-30
* Flag indirect dependencies in ImportDepsChecker toolGravatar kmb2018-05-07
* 1. Avoid checking the primitive number types in annotations.Gravatar cnsun2018-04-17
* ignore made-up java/lang/Synthetic annotation that ASM sometimes insertsGravatar kmb2018-04-13
* fix deps checker tool handling of primitive arrays in annotationsGravatar kmb2018-04-06
* 1) Fixes a bug in the checking of missing members. Before, MemberInfo containsGravatar cnsun2018-03-19
* Add a new tool to check the deps of aar_import. This is the first cl of aGravatar cnsun2018-02-06