Provides more warnings for common mistakes in Java code than javac
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
58
commits
Small changes for typo in test, and ignore warnings in run script
3e47aeaView on GitHubMade it so the tool will bail out if parse errors are found
1b40e88View on GitHubMade a run script since I'm tired of the gradle syntax for this
4c5da65View on GitHubThe issue of enums w/ methods caused more issues than I thought. This should fix it.
10a5b4aView on GitHubFix crash in which there are methods in an enum, breaking one of the analyses
55682bcView on GitHubMake it so the program exits with code of 0 on no warnings and 1 on any
a2a17cdView on GitHub