jlint
A Java Program Checker
Install
- All systems
-
curl cmd.cat/jlint.sh
- Debian
-
apt-get install jlint
- Ubuntu
-
apt-get install jlint
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jlint
- Raspbian
-
apt-get install jlint
- Dockerfile
- dockerfile.run/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.