1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
[jlint]
flags = apt-suggests fixme fixme-silent
comment = remove suggests tag if it enters Debian again (#811366)
apt = jlint
command = jlint.sh 2>&1 | fgrep -v 'Verification completed: 0 reported messages.'
# TODO: checkstyle
# TODO: findbugs
# TODO: pmd
# TODO: https://sable.github.io/soot/
# TODO: https://github.com/google/error-prone
# TODO: japi-compliance-checker
# TODO: http://www.opal-project.de/tools/bugpicker/
# TODO: http://javalib.gforge.inria.fr/Nit.html
# TODO: shell metacharacter injection: Runtime.getRuntime().exec()
# TODO: doctorj
# TODO: https://github.com/amaembo/huntbugs
# TODO: https://spotbugs.github.io/
# TODO: https://find-sec-bugs.github.io/
# vim:ft=dosini
|