index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
java_tools
/
import_deps_checker
Commit message (
Expand
)
Author
Age
*
Flag indirect dependencies in ImportDepsChecker tool
kmb
2018-05-07
*
Fix a Bazel test.
cnsun
2018-04-27
*
Add a silence mode to the deps checker. Now the checker can be used to dump
cnsun
2018-04-27
*
Emit jdeps proto, that is, the used jars on the regular classpath.
cnsun
2018-04-26
*
1. Avoid checking the primitive number types in annotations.
cnsun
2018-04-17
*
ignore made-up java/lang/Synthetic annotation that ASM sometimes inserts
kmb
2018-04-13
*
Add regressiont test for b/77473436.
cnsun
2018-04-13
*
Split the single classpath (combining bootclasspath and regular classpath
cnsun
2018-04-13
*
Enable testing stderr for import-deps-checker.
cnsun
2018-04-11
*
Improve golden tests
cushon
2018-04-06
*
Emit a usage error if --output is not provided
cushon
2018-04-06
*
fix deps checker tool handling of primitive arrays in annotations
kmb
2018-04-06
*
PiperOrigin-RevId: 191474411
kmb
2018-04-03
*
1) Fixes a bug in the checking of missing members. Before, MemberInfo contains
cnsun
2018-03-19
*
Add a flag to control whether to treat missing dependencies as errors or
cnsun
2018-03-08
*
Allow --classpath_entry to be empy.
cnsun
2018-03-02
*
Improve error message of import_deps_checker.
cnsun
2018-03-01
*
Expose import-deps-checker to //tools/android so that AarImport can use it.
cnsun
2018-02-16
*
1) Make checker exit with 199 if there is any dependency issue.
cnsun
2018-02-12
*
add srcs filegroups for import_deps_checker
Benjamin Peterson
2018-02-09
*
Use MoreAsserts.assertThrowas instead of the Junit's version.
cnsun
2018-02-08
*
Add a new tool to check the deps of aar_import. This is the first cl of a
cnsun
2018-02-06