-
Notifications
You must be signed in to change notification settings - Fork 17
Linter not catching any errors on any java files #115
Comments
Do you have an example project where it isn't working? Are any other linter providers working? |
Haven't tested, I am pretty much a nooby, first year Uni, first year coding. Used Atom and linter-javac for my Java course and apparently it doesn't display any errors as it used to... Nothing changed really and I'm clueless. Doesn't work across all my java files |
Hi @Fatalution - thanks for getting in touch. At first: I can't reproduce your issue. It seems like you're using linter-javac the first time, please keep the following points in mind:
If you still face that issue, linter-javac allows you to enable |
Not sure if I should post this here or on a new issue, but I'm also having a problem where the linter just isn't catching any errors. I enabled verbose logging, and here's the output:
It says "Dropping 89 source files, as a result javac may not resolve all dependencies", but it's not linting syntax, either. |
Hi @tech6hutch - your issue belongs to #58. Which version of Linter-Javac do you use? |
I'm on version 1.9.4. Atom isn't showing any updates for it. |
Interesting, because the log-statements originate from an outdated version of linter-javac where the sourcepath-option wasn't used. |
Weird. That's what it says. I'll try uninstalling and reinstalling the plugin. |
You might also want to check for any links ( |
I've had linter for a while now, but with the latest update and change in interface it shows me 0 errors...
The text was updated successfully, but these errors were encountered: