24 lines
921 B
Plaintext
24 lines
921 B
Plaintext
# Control files for the warnings and tests-warnings Ant targets
|
|
#
|
|
# "warnings-check" does the absolutely required checks;
|
|
# "warnings" adds some extra checks we're trying to drive out of existance.
|
|
# "warnings-tests-check" and "warnings-tests" are similar for the tests/ directory
|
|
#
|
|
# warnings-check: java/ecj.warning.options-ci
|
|
# warnings adds java/ecj.warning.options
|
|
# tests-warnings-check adds: java/ecj.warning.options-test-ci
|
|
# tests-warnings adds: java/ecj.warning.options-test
|
|
#
|
|
#
|
|
# For more information, see
|
|
# https://www.ibm.com/docs/en/wdfrhcw/1.4.0?topic=code-using-batch-compiler
|
|
# https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-using_batch_compiler.htm&anchor=warn
|
|
# http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.isv/guide/jdt_api_compile.htm
|
|
#
|
|
|
|
#
|
|
# Case counts here are as of 12/15/2021
|
|
#
|
|
|
|
|