antic
A Java Program Checker
Install
- All systems
-
curl cmd.cat/antic.sh
- Debian
-
apt-get install jlint - Ubuntu
-
apt-get install jlint - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install jlint - Raspbian
-
apt-get install jlint
jlint
A Java Program Checker
Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building the lock graph.