File: java

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 694 bytes parent folder | download
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