aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/import_deps_checker/javatests
Commit message (Expand)AuthorAge
* PiperOrigin-RevId: 206091795Gravatar cushon2018-07-25
* Update add_dep binary suggested by ImportDepsCheckerGravatar cushon2018-06-15
* Include injecting rule kind in add_dep commandsGravatar cushon2018-06-15
* Print the target names of the problematic classes, for better description of ...Gravatar cnsun2018-06-04
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* 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
* Fix a Bazel test.Gravatar cnsun2018-04-27
* Add a silence mode to the deps checker. Now the checker can be used to dumpGravatar cnsun2018-04-27
* Emit jdeps proto, that is, the used jars on the regular classpath.Gravatar cnsun2018-04-26
* 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
* Add regressiont test for b/77473436.Gravatar cnsun2018-04-13
* Split the single classpath (combining bootclasspath and regular classpathGravatar cnsun2018-04-13
* Enable testing stderr for import-deps-checker.Gravatar cnsun2018-04-11
* Improve golden testsGravatar cushon2018-04-06
* Emit a usage error if --output is not providedGravatar cushon2018-04-06
* 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 flag to control whether to treat missing dependencies as errors orGravatar cnsun2018-03-08
* 1) Make checker exit with 199 if there is any dependency issue.Gravatar cnsun2018-02-12
* add srcs filegroups for import_deps_checkerGravatar Benjamin Peterson2018-02-09
* Use MoreAsserts.assertThrowas instead of the Junit's version.Gravatar cnsun2018-02-08
* Add a new tool to check the deps of aar_import. This is the first cl of aGravatar cnsun2018-02-06