I have the linter and linter-javac packages installed in Atom, however, none of my errors for .java files are ever linted. I have tested this by deliberately making mistakes like :
int test = "test";
but the status on the bottom left corner still states: "No Errors".
Any idea on why this problem is being caused?